#4565AA

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

Shades of Mariner #4565AA

Tints of Mariner #4565AA

Color information

#4565AA (or 0x4565AA) is unknown color: approx Mariner. HEX triplet: 45, 65 and AA. RGB value is (69,101,170). Sum of RGB (Red+Green+Blue) = 69+101+170=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4565AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AA is #BA9A55. Grayscale: #626262. Windows color (decimal): -12229206 or 11167045. OLE color: 11167045.

HSL color Cylindrical-coordinate representation of color #4565AA: hue angle of 220.99º 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 #4565AA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69101170-
CMYK0.590.4100.33
HSL220.99º42.26%46.86%-
HSV(B)220.99º59.41%66.67%-
XYZ14.3613.4739.87-
YUV99.3167.9106.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 170 (66.80% from 255) = 50%
R=20.29%
G=29.71%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691011700.590.4100.33220.9942.2646.86
Hex4565AA3B29021dd2a2f
Octal10514525273510413355257
Binary1000101110010110101010111011101001010000111011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4565AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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