#426EA5

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

Shades of Mariner #426EA5

Tints of Mariner #426EA5

Color information

#426EA5 (or 0x426EA5) is unknown color: approx Mariner. HEX triplet: 42, 6E and A5. RGB value is (66,110,165). Sum of RGB (Red+Green+Blue) = 66+110+165=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #426EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EA5 is #BD915A. Grayscale: #666666. Windows color (decimal): -12423515 or 10841666. OLE color: 10841666.

HSL color Cylindrical-coordinate representation of color #426EA5: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426EA5 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66110165-
CMYK0.600.3300.35
HSL213.33º42.86%45.29%-
HSV(B)213.33º60%64.71%-
XYZ14.6115.0337.73-
YUV103.11162.92101.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 165 (64.84% from 255) = 48.39%
R=19.35%
G=32.26%
B=48.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661101650.600.3300.35213.3342.8645.29
Hex426EA53C21023d52b2d
Octal10215624574410433255355
Binary1000010110111010100101111100100001010001111010101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,165); }

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

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

 a { background-color: rgb(66,110,165); }

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

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

 span { border-color: rgb(66,110,165); }

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