#426A96

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

Shades of Mariner #426A96

Tints of Mariner #426A96

Color information

#426A96 (or 0x426A96) is unknown color: approx Mariner. HEX triplet: 42, 6A and 96. RGB value is (66,106,150). Sum of RGB (Red+Green+Blue) = 66+106+150=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #426A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A96 is #BD9569. Grayscale: #626262. Windows color (decimal): -12424554 or 9857602. OLE color: 9857602.

HSL color Cylindrical-coordinate representation of color #426A96: hue angle of 211.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #426A96 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB66106150-
CMYK0.560.2900.41
HSL211.43º38.89%42.35%-
HSV(B)211.43º56%58.82%-
XYZ12.9113.6730.81-
YUV99.06156.75104.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=20.50%
G=32.92%
B=46.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661061500.560.2900.41211.4338.8942.35
Hex426A96381D029d3272a
Octal10215222670350513234752
Binary100001011010101001011011100011101010100111010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,150); }

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

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

 a { background-color: rgb(66,106,150); }

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

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

 span { border-color: rgb(66,106,150); }

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