#407389

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

Shades of Calypso #407389

Tints of Calypso #407389

Color information

#407389 (or 0x407389) is unknown color: approx Calypso. HEX triplet: 40, 73 and 89. RGB value is (64,115,137). Sum of RGB (Red+Green+Blue) = 64+115+137=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #407389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407389 is #BF8C76. Grayscale: #666666. Windows color (decimal): -12553335 or 9007936. OLE color: 9007936.

HSL color Cylindrical-coordinate representation of color #407389: hue angle of 198.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407389 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64115137-
CMYK0.530.1600.46
HSL198.08º36.32%39.41%-
HSV(B)198.08º53.28%53.73%-
XYZ12.7615.1625.92-
YUV102.26147.6100.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=20.25%
G=36.39%
B=43.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641151370.530.1600.46198.0836.3239.41
Hex407389351002Ec62427
Octal10016321165200563064447
Binary100000011100111000100111010110000010111011000110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407389; }

 p { color: rgb(64,115,137); }

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

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

 a { background-color: rgb(64,115,137); }

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

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

 span { border-color: rgb(64,115,137); }

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