#426DAA

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

Shades of Mariner #426DAA

Tints of Mariner #426DAA

Color information

#426DAA (or 0x426DAA) is unknown color: approx Mariner. HEX triplet: 42, 6D and AA. RGB value is (66,109,170). Sum of RGB (Red+Green+Blue) = 66+109+170=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #426DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426DAA is #BD9255. Grayscale: #666666. Windows color (decimal): -12423766 or 11169090. OLE color: 11169090.

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

Color convert

RGB66109170-
CMYK0.610.3600.33
HSL215.19º44.07%46.27%-
HSV(B)215.19º61.18%66.67%-
XYZ14.971540.14-
YUV103.1165.75101.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=19.13%
G=31.59%
B=49.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661091700.610.3600.33215.1944.0746.27
Hex426DAA3D24021d72c2e
Octal10215525275440413275456
Binary1000010110110110101010111101100100010000111010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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