#426EB4

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

Shades of Mariner #426EB4

Tints of Mariner #426EB4

Color information

#426EB4 (or 0x426EB4) is unknown color: approx Mariner. HEX triplet: 42, 6E and B4. RGB value is (66,110,180). Sum of RGB (Red+Green+Blue) = 66+110+180=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #426EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EB4 is #BD914B. Grayscale: #686868. Windows color (decimal): -12423500 or 11824706. OLE color: 11824706.

HSL color Cylindrical-coordinate representation of color #426EB4: hue angle of 216.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #426EB4 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66110180-
CMYK0.630.3900.29
HSL216.84º46.34%48.24%-
HSV(B)216.84º63.33%70.59%-
XYZ16.0615.6145.35-
YUV104.82170.42100.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=18.54%
G=30.90%
B=50.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661101800.630.3900.29216.8446.3448.24
Hex426EB43F2701Dd92e30
Octal10215626477470353315660
Binary100001011011101011010011111110011101110111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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