#4256A9

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

Shades of Mariner #4256A9

Tints of Mariner #4256A9

Color information

#4256A9 (or 0x4256A9) is unknown color: approx Mariner. HEX triplet: 42, 56 and A9. RGB value is (66,86,169). Sum of RGB (Red+Green+Blue) = 66+86+169=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #4256A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4256A9 is #BDA956. Grayscale: #595959. Windows color (decimal): -12429655 or 11097666. OLE color: 11097666.

HSL color Cylindrical-coordinate representation of color #4256A9: hue angle of 228.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4256A9 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6686169-
CMYK0.610.4900.34
HSL228.35º43.83%46.08%-
HSV(B)228.35º60.95%66.27%-
XYZ12.7410.6838.93-
YUV89.48172.87111.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=20.56%
G=26.79%
B=52.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66861690.610.4900.34228.3543.8346.08
Hex4256A93D31022e42c2e
Octal10212625175610423445456
Binary1000010101011010101001111101110001010001011100100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4256A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4256A9; }

 p { color: rgb(66,86,169); }

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

<style>
 a { background-color: #4256A9; }

 a { background-color: rgb(66,86,169); }

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

<style>
 span { border-color: #4256A9; }

 span { border-color: rgb(66,86,169); }

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