#407481

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

Shades of Calypso #407481

Tints of Calypso #407481

Color information

#407481 (or 0x407481) is unknown color: approx Calypso. HEX triplet: 40, 74 and 81. RGB value is (64,116,129). Sum of RGB (Red+Green+Blue) = 64+116+129=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #407481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407481 is #BF8B7E. Grayscale: #656565. Windows color (decimal): -12553087 or 8483904. OLE color: 8483904.

HSL color Cylindrical-coordinate representation of color #407481: hue angle of 192º 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 #407481 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64116129-
CMYK0.500.1000.49
HSL192º33.68%37.84%-
HSV(B)192º50.39%50.59%-
XYZ12.3215.1723.05-
YUV101.93143.27100.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=20.71%
G=37.54%
B=41.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641161290.500.1000.4919233.6837.84
Hex40748132A031c02226
Octal10016420162120613004246
Binary10000001110100100000011100101010011000111000000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407481; }

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

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

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

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

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

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

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

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