#426F81

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

Shades of Calypso #426F81

Tints of Calypso #426F81

Color information

#426F81 (or 0x426F81) is unknown color: approx Calypso. HEX triplet: 42, 6F and 81. RGB value is (66,111,129). Sum of RGB (Red+Green+Blue) = 66+111+129=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #426F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F81 is #BD907E. Grayscale: #636363. Windows color (decimal): -12423295 or 8482626. OLE color: 8482626.

HSL color Cylindrical-coordinate representation of color #426F81: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426F81 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66111129-
CMYK0.490.1400.49
HSL197.14º32.31%38.24%-
HSV(B)197.14º48.84%50.59%-
XYZ11.8914.1122.87-
YUV99.6144.59104.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=21.57%
G=36.27%
B=42.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661111290.490.1400.49197.1432.3138.24
Hex426F8131E031c52026
Octal10215720161160613054046
Binary10000101101111100000011100011110011000111000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,129); }

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

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

 a { background-color: rgb(66,111,129); }

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

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

 span { border-color: rgb(66,111,129); }

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