#406F94

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

Shades of Calypso #406F94

Tints of Calypso #406F94

Color information

#406F94 (or 0x406F94) is unknown color: approx Calypso. HEX triplet: 40, 6F and 94. RGB value is (64,111,148). Sum of RGB (Red+Green+Blue) = 64+111+148=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #406F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F94 is #BF906B. Grayscale: #646464. Windows color (decimal): -12554348 or 9727808. OLE color: 9727808.

HSL color Cylindrical-coordinate representation of color #406F94: hue angle of 206.43º 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 #406F94 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64111148-
CMYK0.570.2500.42
HSL206.43º39.62%41.57%-
HSV(B)206.43º56.76%58.04%-
XYZ13.1414.630.14-
YUV101.16154.43101.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=19.81%
G=34.37%
B=45.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641111480.570.2500.42206.4339.6241.57
Hex406F94391902Ace282a
Octal10015722471310523165052
Binary100000011011111001010011100111001010101011001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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