#407582

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

Shades of Calypso #407582

Tints of Calypso #407582

Color information

#407582 (or 0x407582) is unknown color: approx Calypso. HEX triplet: 40, 75 and 82. RGB value is (64,117,130). Sum of RGB (Red+Green+Blue) = 64+117+130=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #407582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407582 is #BF8A7D. Grayscale: #666666. Windows color (decimal): -12552830 or 8549696. OLE color: 8549696.

HSL color Cylindrical-coordinate representation of color #407582: hue angle of 191.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407582 is Cyan = 0.51, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64117130-
CMYK0.510.100.49
HSL191.82º34.02%38.04%-
HSV(B)191.82º50.77%50.98%-
XYZ12.515.4223.44-
YUV102.64143.44100.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=20.58%
G=37.62%
B=41.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641171300.510.100.49191.8234.0238.04
Hex40758233A031c02226
Octal10016520263120613004246
Binary10000001110101100000101100111010011000111000000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407582; }

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

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

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

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

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

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

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

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