#426D9F

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

Shades of Mariner #426D9F

Tints of Mariner #426D9F

Color information

#426D9F (or 0x426D9F) is unknown color: approx Mariner. HEX triplet: 42, 6D and 9F. RGB value is (66,109,159). Sum of RGB (Red+Green+Blue) = 66+109+159=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #426D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D9F is #BD9260. Grayscale: #656565. Windows color (decimal): -12423777 or 10448194. OLE color: 10448194.

HSL color Cylindrical-coordinate representation of color #426D9F: hue angle of 212.26º 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 #426D9F is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66109159-
CMYK0.580.3100.38
HSL212.26º41.33%44.12%-
HSV(B)212.26º58.49%62.35%-
XYZ13.9714.634.88-
YUV101.84160.25102.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=19.76%
G=32.63%
B=47.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661091590.580.3100.38212.2641.3344.12
Hex426D9F3A1F026d4292c
Octal10215523772370463245154
Binary100001011011011001111111101011111010011011010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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