#407282

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

Shades of Calypso #407282

Tints of Calypso #407282

Color information

#407282 (or 0x407282) is unknown color: approx Calypso. HEX triplet: 40, 72 and 82. RGB value is (64,114,130). Sum of RGB (Red+Green+Blue) = 64+114+130=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #407282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407282 is #BF8D7D. Grayscale: #646464. Windows color (decimal): -12553598 or 8548928. OLE color: 8548928.

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

Color convert

RGB64114130-
CMYK0.510.1200.49
HSL194.55º34.02%38.04%-
HSV(B)194.55º50.77%50.98%-
XYZ12.1614.7423.32-
YUV100.87144.44101.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=20.78%
G=37.01%
B=42.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641141300.510.1200.49194.5534.0238.04
Hex40728233C031c32226
Octal10016220263140613034246
Binary10000001110010100000101100111100011000111000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407282; }

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

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

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

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

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

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

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

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