#426E87

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

Shades of Calypso #426E87

Tints of Calypso #426E87

Color information

#426E87 (or 0x426E87) is unknown color: approx Calypso. HEX triplet: 42, 6E and 87. RGB value is (66,110,135). Sum of RGB (Red+Green+Blue) = 66+110+135=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #426E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E87 is #BD9178. Grayscale: #636363. Windows color (decimal): -12423545 or 8875586. OLE color: 8875586.

HSL color Cylindrical-coordinate representation of color #426E87: hue angle of 201.74º 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 #426E87 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66110135-
CMYK0.510.1900.47
HSL201.74º34.33%39.41%-
HSV(B)201.74º51.11%52.94%-
XYZ12.214.0624.99-
YUV99.69147.92103.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=21.22%
G=35.37%
B=43.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661101350.510.1900.47201.7434.3339.41
Hex426E87331302Fca2227
Octal10215620763230573124247
Binary100001011011101000011111001110011010111111001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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