#407589

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

Shades of Calypso #407589

Tints of Calypso #407589

Color information

#407589 (or 0x407589) is unknown color: approx Calypso. HEX triplet: 40, 75 and 89. RGB value is (64,117,137). Sum of RGB (Red+Green+Blue) = 64+117+137=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #407589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407589 is #BF8A76. Grayscale: #676767. Windows color (decimal): -12552823 or 9008448. OLE color: 9008448.

HSL color Cylindrical-coordinate representation of color #407589: hue angle of 196.44º 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 #407589 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB64117137-
CMYK0.530.1500.46
HSL196.44º36.32%39.41%-
HSV(B)196.44º53.28%53.73%-
XYZ12.9915.6226-
YUV103.43146.9499.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=20.13%
G=36.79%
B=43.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641171370.530.1500.46196.4436.3239.41
Hex40758935F02Ec42427
Octal10016521165170563044447
Binary10000001110101100010011101011111010111011000100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407589; }

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

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

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

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

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

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

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

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