#426E86

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

Shades of Calypso #426E86

Tints of Calypso #426E86

Color information

#426E86 (or 0x426E86) is unknown color: approx Calypso. HEX triplet: 42, 6E and 86. RGB value is (66,110,134). Sum of RGB (Red+Green+Blue) = 66+110+134=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #426E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E86 is #BD9179. Grayscale: #636363. Windows color (decimal): -12423546 or 8810050. OLE color: 8810050.

HSL color Cylindrical-coordinate representation of color #426E86: hue angle of 201.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426E86 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66110134-
CMYK0.510.1800.47
HSL201.18º34%39.22%-
HSV(B)201.18º50.75%52.55%-
XYZ12.1314.0324.62-
YUV99.58147.42104.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=21.29%
G=35.48%
B=43.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661101340.510.1800.47201.183439.22
Hex426E86331202Fc92227
Octal10215620663220573114247
Binary100001011011101000011011001110010010111111001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426E86; }

 p { color: rgb(66,110,134); }

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

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

 a { background-color: rgb(66,110,134); }

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

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

 span { border-color: rgb(66,110,134); }

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