#426FAF

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

Shades of Mariner #426FAF

Tints of Mariner #426FAF

Color information

#426FAF (or 0x426FAF) is unknown color: approx Mariner. HEX triplet: 42, 6F and AF. RGB value is (66,111,175). Sum of RGB (Red+Green+Blue) = 66+111+175=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #426FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FAF is #BD9050. Grayscale: #686868. Windows color (decimal): -12423249 or 11497282. OLE color: 11497282.

HSL color Cylindrical-coordinate representation of color #426FAF: hue angle of 215.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #426FAF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66111175-
CMYK0.620.3700.31
HSL215.23º45.23%47.25%-
HSV(B)215.23º62.29%68.63%-
XYZ15.6715.6242.75-
YUV104.84167.59100.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=18.75%
G=31.53%
B=49.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661111750.620.3700.31215.2345.2347.25
Hex426FAF3E2501Fd72d2f
Octal10215725776450373275557
Binary100001011011111010111111111010010101111111010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,175); }

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

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

 a { background-color: rgb(66,111,175); }

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

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

 span { border-color: rgb(66,111,175); }

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