#426E8A

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

Shades of Calypso #426E8A

Tints of Calypso #426E8A

Color information

#426E8A (or 0x426E8A) is unknown color: approx Calypso. HEX triplet: 42, 6E and 8A. RGB value is (66,110,138). Sum of RGB (Red+Green+Blue) = 66+110+138=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #426E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E8A is #BD9175. Grayscale: #636363. Windows color (decimal): -12423542 or 9072194. OLE color: 9072194.

HSL color Cylindrical-coordinate representation of color #426E8A: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426E8A is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66110138-
CMYK0.520.2000.46
HSL203.33º35.29%40%-
HSV(B)203.33º52.17%54.12%-
XYZ12.4114.1526.12-
YUV100.04149.42103.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=21.02%
G=35.03%
B=43.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661101380.520.2000.46203.3335.2940
Hex426E8A341402Ecb2328
Octal10215621264240563134350
Binary100001011011101000101011010010100010111011001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,138); }

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

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

 a { background-color: rgb(66,110,138); }

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

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

 span { border-color: rgb(66,110,138); }

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