#406F95

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

Shades of Calypso #406F95

Tints of Calypso #406F95

Color information

#406F95 (or 0x406F95) is unknown color: approx Calypso. HEX triplet: 40, 6F and 95. RGB value is (64,111,149). Sum of RGB (Red+Green+Blue) = 64+111+149=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #406F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F95 is #BF906A. Grayscale: #656565. Windows color (decimal): -12554347 or 9793344. OLE color: 9793344.

HSL color Cylindrical-coordinate representation of color #406F95: hue angle of 206.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406F95 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64111149-
CMYK0.570.2600.42
HSL206.82º39.91%41.76%-
HSV(B)206.82º57.05%58.43%-
XYZ13.2214.6330.56-
YUV101.28154.93101.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=19.75%
G=34.26%
B=45.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641111490.570.2600.42206.8239.9141.76
Hex406F95391A02Acf282a
Octal10015722571320523175052
Binary100000011011111001010111100111010010101011001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406F95; }

 p { color: rgb(64,111,149); }

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

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

 a { background-color: rgb(64,111,149); }

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

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

 span { border-color: rgb(64,111,149); }

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