#4561AA

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

Shades of Mariner #4561AA

Tints of Mariner #4561AA

Color information

#4561AA (or 0x4561AA) is unknown color: approx Mariner. HEX triplet: 45, 61 and AA. RGB value is (69,97,170). Sum of RGB (Red+Green+Blue) = 69+97+170=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #4561AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4561AA is #BA9E55. Grayscale: #606060. Windows color (decimal): -12230230 or 11166021. OLE color: 11166021.

HSL color Cylindrical-coordinate representation of color #4561AA: hue angle of 223.37º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4561AA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6997170-
CMYK0.590.4300.33
HSL223.37º42.26%46.86%-
HSV(B)223.37º59.41%66.67%-
XYZ13.9812.7239.75-
YUV96.95169.22108.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=20.54%
G=28.87%
B=50.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69971700.590.4300.33223.3742.2646.86
Hex4561AA3B2B021df2a2f
Octal10514125273530413375257
Binary1000101110000110101010111011101011010000111011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4561AA; }

 p { color: rgb(69,97,170); }

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

<style>
 a { background-color: #4561AA; }

 a { background-color: rgb(69,97,170); }

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

<style>
 span { border-color: #4561AA; }

 span { border-color: rgb(69,97,170); }

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