#426291

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

Shades of Mariner #426291

Tints of Mariner #426291

Color information

#426291 (or 0x426291) is unknown color: approx Mariner. HEX triplet: 42, 62 and 91. RGB value is (66,98,145). Sum of RGB (Red+Green+Blue) = 66+98+145=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #426291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426291 is #BD9D6E. Grayscale: #5D5D5D. Windows color (decimal): -12426607 or 9527874. OLE color: 9527874.

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

Color convert

RGB6698145-
CMYK0.540.3200.43
HSL215.7º37.44%41.37%-
HSV(B)215.7º54.48%56.86%-
XYZ11.7311.9428.47-
YUV93.79156.9108.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=21.36%
G=31.72%
B=46.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66981450.540.3200.43215.737.4441.37
Hex426291362002Bd82529
Octal10214222166400533304551
Binary1000010110001010010001110110100000010101111011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426291; }

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

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

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

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

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

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

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

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