#426D87

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

Shades of Calypso #426D87

Tints of Calypso #426D87

Color information

#426D87 (or 0x426D87) is unknown color: approx Calypso. HEX triplet: 42, 6D and 87. RGB value is (66,109,135). Sum of RGB (Red+Green+Blue) = 66+109+135=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #426D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D87 is #BD9278. Grayscale: #626262. Windows color (decimal): -12423801 or 8875330. OLE color: 8875330.

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

Color convert

RGB66109135-
CMYK0.510.1900.47
HSL202.61º34.33%39.41%-
HSV(B)202.61º51.11%52.94%-
XYZ12.0913.8424.96-
YUV99.11148.25104.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=21.29%
G=35.16%
B=43.55%

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
Decimal661091350.510.1900.47202.6134.3339.41
Hex426D87331302Fcb2227
Octal10215520763230573134247
Binary100001011011011000011111001110011010111111001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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