#426091

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

Shades of Mariner #426091

Tints of Mariner #426091

Color information

#426091 (or 0x426091) is unknown color: approx Mariner. HEX triplet: 42, 60 and 91. RGB value is (66,96,145). Sum of RGB (Red+Green+Blue) = 66+96+145=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #426091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426091 is #BD9F6E. Grayscale: #5C5C5C. Windows color (decimal): -12427119 or 9527362. OLE color: 9527362.

HSL color Cylindrical-coordinate representation of color #426091: hue angle of 217.22º 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 #426091 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6696145-
CMYK0.540.3400.43
HSL217.22º37.44%41.37%-
HSV(B)217.22º54.48%56.86%-
XYZ11.5411.5728.41-
YUV92.62157.56109.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=21.50%
G=31.27%
B=47.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66961450.540.3400.43217.2237.4441.37
Hex426091362202Bd92529
Octal10214022166420533314551
Binary1000010110000010010001110110100010010101111011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426091; }

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

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

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

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

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

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

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

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