#426B86

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

Shades of Calypso #426B86

Tints of Calypso #426B86

Color information

#426B86 (or 0x426B86) is unknown color: approx Calypso. HEX triplet: 42, 6B and 86. RGB value is (66,107,134). Sum of RGB (Red+Green+Blue) = 66+107+134=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #426B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B86 is #BD9479. Grayscale: #616161. Windows color (decimal): -12424314 or 8809282. OLE color: 8809282.

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

Color convert

RGB66107134-
CMYK0.510.2000.47
HSL203.82º34%39.22%-
HSV(B)203.82º50.75%52.55%-
XYZ11.8113.3924.52-
YUV97.82148.42105.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=21.50%
G=34.85%
B=43.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661071340.510.2000.47203.823439.22
Hex426B86331402Fcc2227
Octal10215320663240573144247
Binary100001011010111000011011001110100010111111001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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