#407082

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

Shades of Calypso #407082

Tints of Calypso #407082

Color information

#407082 (or 0x407082) is unknown color: approx Calypso. HEX triplet: 40, 70 and 82. RGB value is (64,112,130). Sum of RGB (Red+Green+Blue) = 64+112+130=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #407082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407082 is #BF8F7D. Grayscale: #636363. Windows color (decimal): -12554110 or 8548416. OLE color: 8548416.

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

Color convert

RGB64112130-
CMYK0.510.1400.49
HSL196.36º34.02%38.04%-
HSV(B)196.36º50.77%50.98%-
XYZ11.9414.2923.25-
YUV99.7145.1102.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=20.92%
G=36.60%
B=42.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641121300.510.1400.49196.3634.0238.04
Hex40708233E031c42226
Octal10016020263160613044246
Binary10000001110000100000101100111110011000111000100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407082; }

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

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

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

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

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

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

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

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