#426EA2

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

Shades of Mariner #426EA2

Tints of Mariner #426EA2

Color information

#426EA2 (or 0x426EA2) is unknown color: approx Mariner. HEX triplet: 42, 6E and A2. RGB value is (66,110,162). Sum of RGB (Red+Green+Blue) = 66+110+162=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #426EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EA2 is #BD915D. Grayscale: #666666. Windows color (decimal): -12423518 or 10645058. OLE color: 10645058.

HSL color Cylindrical-coordinate representation of color #426EA2: hue angle of 212.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426EA2 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66110162-
CMYK0.590.3200.36
HSL212.5º42.11%44.71%-
HSV(B)212.5º59.26%63.53%-
XYZ14.3414.9236.31-
YUV102.77161.42101.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=19.53%
G=32.54%
B=47.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661101620.590.3200.36212.542.1144.71
Hex426EA23B20024d42a2d
Octal10215624273400443245255
Binary1000010110111010100010111011100000010010011010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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