#426197

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

Shades of Mariner #426197

Tints of Mariner #426197

Color information

#426197 (or 0x426197) is unknown color: approx Mariner. HEX triplet: 42, 61 and 97. RGB value is (66,97,151). Sum of RGB (Red+Green+Blue) = 66+97+151=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #426197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426197 is #BD9E68. Grayscale: #5D5D5D. Windows color (decimal): -12426857 or 9920834. OLE color: 9920834.

HSL color Cylindrical-coordinate representation of color #426197: hue angle of 218.12º 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 #426197 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6697151-
CMYK0.560.3600.41
HSL218.12º39.17%42.55%-
HSV(B)218.12º56.29%59.22%-
XYZ12.1111.9430.95-
YUV93.89160.23108.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=21.02%
G=30.89%
B=48.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66971510.560.3600.41218.1239.1742.55
Hex4261973824029da272b
Octal10214122770440513324753
Binary1000010110000110010111111000100100010100111011010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426197; }

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

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

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

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

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

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

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

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