#426CA2

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

Shades of Mariner #426CA2

Tints of Mariner #426CA2

Color information

#426CA2 (or 0x426CA2) is unknown color: approx Mariner. HEX triplet: 42, 6C and A2. RGB value is (66,108,162). Sum of RGB (Red+Green+Blue) = 66+108+162=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #426CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CA2 is #BD935D. Grayscale: #656565. Windows color (decimal): -12424030 or 10644546. OLE color: 10644546.

HSL color Cylindrical-coordinate representation of color #426CA2: hue angle of 213.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426CA2 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66108162-
CMYK0.590.3300.36
HSL213.75º42.11%44.71%-
HSV(B)213.75º59.26%63.53%-
XYZ14.1314.4936.23-
YUV101.6162.09102.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 162 (63.67% from 255) = 48.21%
R=19.64%
G=32.14%
B=48.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661081620.590.3300.36213.7542.1144.71
Hex426CA23B21024d62a2d
Octal10215424273410443265255
Binary1000010110110010100010111011100001010010011010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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