#426CAA

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

Shades of Mariner #426CAA

Tints of Mariner #426CAA

Color information

#426CAA (or 0x426CAA) is unknown color: approx Mariner. HEX triplet: 42, 6C and AA. RGB value is (66,108,170). Sum of RGB (Red+Green+Blue) = 66+108+170=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #426CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426CAA is #BD9355. Grayscale: #666666. Windows color (decimal): -12424022 or 11168834. OLE color: 11168834.

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

Color convert

RGB66108170-
CMYK0.610.3600.33
HSL215.77º44.07%46.27%-
HSV(B)215.77º61.18%66.67%-
XYZ14.8714.7940.1-
YUV102.51166.09101.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=19.19%
G=31.40%
B=49.42%

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
Decimal661081700.610.3600.33215.7744.0746.27
Hex426CAA3D24021d82c2e
Octal10215425275440413305456
Binary1000010110110010101010111101100100010000111011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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