#426AAB

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

Shades of Mariner #426AAB

Tints of Mariner #426AAB

Color information

#426AAB (or 0x426AAB) is unknown color: approx Mariner. HEX triplet: 42, 6A and AB. RGB value is (66,106,171). Sum of RGB (Red+Green+Blue) = 66+106+171=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #426AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAB is #BD9554. Grayscale: #656565. Windows color (decimal): -12424533 or 11233858. OLE color: 11233858.

HSL color Cylindrical-coordinate representation of color #426AAB: hue angle of 217.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #426AAB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66106171-
CMYK0.610.3800.33
HSL217.14º44.3%46.47%-
HSV(B)217.14º61.4%67.06%-
XYZ14.7514.4140.53-
YUV101.45167.25102.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=19.24%
G=30.90%
B=49.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661061710.610.3800.33217.1444.346.47
Hex426AAB3D26021d92c2e
Octal10215225375460413315456
Binary1000010110101010101011111101100110010000111011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,171); }

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

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

 a { background-color: rgb(66,106,171); }

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

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

 span { border-color: rgb(66,106,171); }

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