#426A97

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

Shades of Mariner #426A97

Tints of Mariner #426A97

Color information

#426A97 (or 0x426A97) is unknown color: approx Mariner. HEX triplet: 42, 6A and 97. RGB value is (66,106,151). Sum of RGB (Red+Green+Blue) = 66+106+151=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #426A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A97 is #BD9568. Grayscale: #626262. Windows color (decimal): -12424553 or 9923138. OLE color: 9923138.

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

Color convert

RGB66106151-
CMYK0.560.3000.41
HSL211.76º39.17%42.55%-
HSV(B)211.76º56.29%59.22%-
XYZ12.9913.731.24-
YUV99.17157.25104.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=20.43%
G=32.82%
B=46.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661061510.560.3000.41211.7639.1742.55
Hex426A97381E029d4272b
Octal10215222770360513244753
Binary100001011010101001011111100011110010100111010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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