#426192

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

Shades of Mariner #426192

Tints of Mariner #426192

Color information

#426192 (or 0x426192) is unknown color: approx Mariner. HEX triplet: 42, 61 and 92. RGB value is (66,97,146). Sum of RGB (Red+Green+Blue) = 66+97+146=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #426192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426192 is #BD9E6D. Grayscale: #5D5D5D. Windows color (decimal): -12426862 or 9593154. OLE color: 9593154.

HSL color Cylindrical-coordinate representation of color #426192: hue angle of 216.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426192 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6697146-
CMYK0.550.3400.43
HSL216.75º37.74%41.57%-
HSV(B)216.75º54.79%57.25%-
XYZ11.7111.7828.85-
YUV93.32157.73108.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=21.36%
G=31.39%
B=47.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66971460.550.3400.43216.7537.7441.57
Hex426192372202Bd9262a
Octal10214122267420533314652
Binary1000010110000110010010110111100010010101111011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426192; }

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

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

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

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

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

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

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

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