#426591

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

Shades of Mariner #426591

Tints of Mariner #426591

Color information

#426591 (or 0x426591) is unknown color: approx Mariner. HEX triplet: 42, 65 and 91. RGB value is (66,101,145). Sum of RGB (Red+Green+Blue) = 66+101+145=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #426591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426591 is #BD9A6E. Grayscale: #5F5F5F. Windows color (decimal): -12425839 or 9528642. OLE color: 9528642.

HSL color Cylindrical-coordinate representation of color #426591: hue angle of 213.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426591 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66101145-
CMYK0.540.3000.43
HSL213.42º37.44%41.37%-
HSV(B)213.42º54.48%56.86%-
XYZ12.0112.5128.57-
YUV95.55155.9106.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=21.15%
G=32.37%
B=46.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661011450.540.3000.43213.4237.4441.37
Hex426591361E02Bd52529
Octal10214522166360533254551
Binary100001011001011001000111011011110010101111010101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426591; }

 p { color: rgb(66,101,145); }

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

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

 a { background-color: rgb(66,101,145); }

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

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

 span { border-color: rgb(66,101,145); }

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