#426C83

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

Shades of Calypso #426C83

Tints of Calypso #426C83

Color information

#426C83 (or 0x426C83) is unknown color: approx Calypso. HEX triplet: 42, 6C and 83. RGB value is (66,108,131). Sum of RGB (Red+Green+Blue) = 66+108+131=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #426C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C83 is #BD937C. Grayscale: #616161. Windows color (decimal): -12424061 or 8612930. OLE color: 8612930.

HSL color Cylindrical-coordinate representation of color #426C83: hue angle of 201.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426C83 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66108131-
CMYK0.500.1800.49
HSL201.23º32.99%38.63%-
HSV(B)201.23º49.62%51.37%-
XYZ11.7113.5223.47-
YUV98.06146.59105.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=21.64%
G=35.41%
B=42.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661081310.500.1800.49201.2332.9938.63
Hex426C833212031c92127
Octal10215420362220613114147
Binary100001011011001000001111001010010011000111001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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