#407785

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

Shades of Calypso #407785

Tints of Calypso #407785

Color information

#407785 (or 0x407785) is unknown color: approx Calypso. HEX triplet: 40, 77 and 85. RGB value is (64,119,133). Sum of RGB (Red+Green+Blue) = 64+119+133=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #407785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407785 is #BF887A. Grayscale: #686868. Windows color (decimal): -12552315 or 8746816. OLE color: 8746816.

HSL color Cylindrical-coordinate representation of color #407785: hue angle of 192.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407785 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64119133-
CMYK0.520.1100.48
HSL192.17º35.03%38.63%-
HSV(B)192.17º51.88%52.16%-
XYZ12.9415.9824.59-
YUV104.15144.2899.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=20.25%
G=37.66%
B=42.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641191330.520.1100.48192.1735.0338.63
Hex40778534B030c02327
Octal10016720564130603004347
Binary10000001110111100001011101001011011000011000000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407785; }

 p { color: rgb(64,119,133); }

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

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

 a { background-color: rgb(64,119,133); }

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

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

 span { border-color: rgb(64,119,133); }

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