#426CAF

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

Shades of Mariner #426CAF

Tints of Mariner #426CAF

Color information

#426CAF (or 0x426CAF) is unknown color: approx Mariner. HEX triplet: 42, 6C and AF. RGB value is (66,108,175). Sum of RGB (Red+Green+Blue) = 66+108+175=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #426CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAF is #BD9350. Grayscale: #666666. Windows color (decimal): -12424017 or 11496514. OLE color: 11496514.

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

Color convert

RGB66108175-
CMYK0.620.3800.31
HSL216.88º45.23%47.25%-
HSV(B)216.88º62.29%68.63%-
XYZ15.3514.9842.64-
YUV103.08168.59101.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=18.91%
G=30.95%
B=50.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661081750.620.3800.31216.8845.2347.25
Hex426CAF3E2601Fd92d2f
Octal10215425776460373315557
Binary100001011011001010111111111010011001111111011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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