#426B87

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

Shades of Calypso #426B87

Tints of Calypso #426B87

Color information

#426B87 (or 0x426B87) is unknown color: approx Calypso. HEX triplet: 42, 6B and 87. RGB value is (66,107,135). Sum of RGB (Red+Green+Blue) = 66+107+135=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #426B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B87 is #BD9478. Grayscale: #616161. Windows color (decimal): -12424313 or 8874818. OLE color: 8874818.

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

Color convert

RGB66107135-
CMYK0.510.2100.47
HSL204.35º34.33%39.41%-
HSV(B)204.35º51.11%52.94%-
XYZ11.8813.4224.89-
YUV97.93148.92105.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=21.43%
G=34.74%
B=43.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661071350.510.2100.47204.3534.3339.41
Hex426B87331502Fcc2227
Octal10215320763250573144247
Binary100001011010111000011111001110101010111111001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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