#407581

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

Shades of Calypso #407581

Tints of Calypso #407581

Color information

#407581 (or 0x407581) is unknown color: approx Calypso. HEX triplet: 40, 75 and 81. RGB value is (64,117,129). Sum of RGB (Red+Green+Blue) = 64+117+129=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #407581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407581 is #BF8A7E. Grayscale: #666666. Windows color (decimal): -12552831 or 8484160. OLE color: 8484160.

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

Color convert

RGB64117129-
CMYK0.500.0900.49
HSL191.08º33.68%37.84%-
HSV(B)191.08º50.39%50.59%-
XYZ12.4415.423.09-
YUV102.52142.94100.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=20.65%
G=37.74%
B=41.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641171290.500.0900.49191.0833.6837.84
Hex407581329031bf2226
Octal10016520162110612774246
Binary10000001110101100000011100101001011000110111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407581; }

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

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

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

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

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

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

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

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