#426EAD

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

Shades of Mariner #426EAD

Tints of Mariner #426EAD

Color information

#426EAD (or 0x426EAD) is unknown color: approx Mariner. HEX triplet: 42, 6E and AD. RGB value is (66,110,173). Sum of RGB (Red+Green+Blue) = 66+110+173=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #426EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426EAD is #BD9152. Grayscale: #676767. Windows color (decimal): -12423507 or 11365954. OLE color: 11365954.

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

Color convert

RGB66110173-
CMYK0.620.3600.32
HSL215.33º44.77%46.86%-
HSV(B)215.33º61.85%67.84%-
XYZ15.3715.3341.68-
YUV104.03166.92100.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=18.91%
G=31.52%
B=49.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661101730.620.3600.32215.3344.7746.86
Hex426EAD3E24020d72d2f
Octal10215625576440403275557
Binary1000010110111010101101111110100100010000011010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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