#426AAA

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

Shades of Mariner #426AAA

Tints of Mariner #426AAA

Color information

#426AAA (or 0x426AAA) is unknown color: approx Mariner. HEX triplet: 42, 6A and AA. RGB value is (66,106,170). Sum of RGB (Red+Green+Blue) = 66+106+170=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #426AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426AAA is #BD9555. Grayscale: #656565. Windows color (decimal): -12424534 or 11168322. OLE color: 11168322.

HSL color Cylindrical-coordinate representation of color #426AAA: hue angle of 216.92º 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 #426AAA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66106170-
CMYK0.610.3800.33
HSL216.92º44.07%46.27%-
HSV(B)216.92º61.18%66.67%-
XYZ14.6614.3740.03-
YUV101.34166.75102.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=19.30%
G=30.99%
B=49.71%

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
Decimal661061700.610.3800.33216.9244.0746.27
Hex426AAA3D26021d92c2e
Octal10215225275460413315456
Binary1000010110101010101010111101100110010000111011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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