#407682

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

Shades of Calypso #407682

Tints of Calypso #407682

Color information

#407682 (or 0x407682) is unknown color: approx Calypso. HEX triplet: 40, 76 and 82. RGB value is (64,118,130). Sum of RGB (Red+Green+Blue) = 64+118+130=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #407682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407682 is #BF897D. Grayscale: #676767. Windows color (decimal): -12552574 or 8549952. OLE color: 8549952.

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

Color convert

RGB64118130-
CMYK0.510.0900.49
HSL190.91º34.02%38.04%-
HSV(B)190.91º50.77%50.98%-
XYZ12.6215.6623.48-
YUV103.22143.11100.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=20.51%
G=37.82%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641181300.510.0900.49190.9134.0238.04
Hex407682339031bf2226
Octal10016620263110612774246
Binary10000001110110100000101100111001011000110111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407682; }

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

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

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

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

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

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

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

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