#426A9F

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

Shades of Mariner #426A9F

Tints of Mariner #426A9F

Color information

#426A9F (or 0x426A9F) is unknown color: approx Mariner. HEX triplet: 42, 6A and 9F. RGB value is (66,106,159). Sum of RGB (Red+Green+Blue) = 66+106+159=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #426A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A9F is #BD9560. Grayscale: #636363. Windows color (decimal): -12424545 or 10447426. OLE color: 10447426.

HSL color Cylindrical-coordinate representation of color #426A9F: hue angle of 214.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #426A9F is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66106159-
CMYK0.580.3300.38
HSL214.19º41.33%44.12%-
HSV(B)214.19º58.49%62.35%-
XYZ13.6613.9734.78-
YUV100.08161.25103.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=19.94%
G=32.02%
B=48.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661061590.580.3300.38214.1941.3344.12
Hex426A9F3A21026d6292c
Octal10215223772410463265154
Binary1000010110101010011111111010100001010011011010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A9F; }

 p { color: rgb(66,106,159); }

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

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

 a { background-color: rgb(66,106,159); }

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

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

 span { border-color: rgb(66,106,159); }

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