#426C85

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

Shades of Calypso #426C85

Tints of Calypso #426C85

Color information

#426C85 (or 0x426C85) is unknown color: approx Calypso. HEX triplet: 42, 6C and 85. RGB value is (66,108,133). Sum of RGB (Red+Green+Blue) = 66+108+133=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #426C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C85 is #BD937A. Grayscale: #626262. Windows color (decimal): -12424059 or 8744002. OLE color: 8744002.

HSL color Cylindrical-coordinate representation of color #426C85: hue angle of 202.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426C85 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66108133-
CMYK0.500.1900.48
HSL202.39º33.67%39.02%-
HSV(B)202.39º50.38%52.16%-
XYZ11.8413.5824.19-
YUV98.29147.59104.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=21.50%
G=35.18%
B=43.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661081330.500.1900.48202.3933.6739.02
Hex426C853213030ca2227
Octal10215420562230603124247
Binary100001011011001000010111001010011011000011001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,108,133); }

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

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

 a { background-color: rgb(66,108,133); }

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

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

 span { border-color: rgb(66,108,133); }

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