#407183

Color #407183 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #407183

Tints of Calypso #407183

Color information

#407183 (or 0x407183) is unknown color: approx Calypso. HEX triplet: 40, 71 and 83. RGB value is (64,113,131). Sum of RGB (Red+Green+Blue) = 64+113+131=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #407183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407183 is #BF8E7C. Grayscale: #646464. Windows color (decimal): -12553853 or 8614208. OLE color: 8614208.

HSL color Cylindrical-coordinate representation of color #407183: hue angle of 196.12º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407183 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64113131-
CMYK0.510.1400.49
HSL196.12º34.36%38.24%-
HSV(B)196.12º51.15%51.37%-
XYZ12.1214.5423.64-
YUV100.4145.27102.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=20.78%
G=36.69%
B=42.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641131310.510.1400.49196.1234.3638.24
Hex40718333E031c42226
Octal10016120363160613044246
Binary10000001110001100000111100111110011000111000100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407183; }

 p { color: rgb(64,113,131); }

 H1.HeaderClassName
 {
   color: #407183;
 }
 .AnyTagClassName
 {
   color: #407183;
 }
</style>
background-color css

<style>
 a { background-color: #407183; }

 a { background-color: rgb(64,113,131); }

 div.DivClassName
 {
   background-color: #407183;
 }
 .BgClassName
 {
   background-color: #407183;
 }
</style>
border-color css

<style>
 span { border-color: #407183; }

 span { border-color: rgb(64,113,131); }

 td.TdClassName
 {
   border-color: #407183;
 }
 .TagClassName
 {
   border-color: #407183;
 }
</style>