#4564AC

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

Shades of Mariner #4564AC

Tints of Mariner #4564AC

Color information

#4564AC (or 0x4564AC) is unknown color: approx Mariner. HEX triplet: 45, 64 and AC. RGB value is (69,100,172). Sum of RGB (Red+Green+Blue) = 69+100+172=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #4564AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4564AC is #BA9B53. Grayscale: #626262. Windows color (decimal): -12229460 or 11297861. OLE color: 11297861.

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

Color convert

RGB69100172-
CMYK0.600.4200.33
HSL221.94º42.74%47.25%-
HSV(B)221.94º59.88%67.45%-
XYZ14.4613.3640.85-
YUV98.94169.23106.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=20.23%
G=29.33%
B=50.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691001720.600.4200.33221.9442.7447.25
Hex4564AC3C2A021de2b2f
Octal10514425474520413365357
Binary1000101110010010101100111100101010010000111011110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4564AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4564AC; }

 p { color: rgb(69,100,172); }

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

<style>
 a { background-color: #4564AC; }

 a { background-color: rgb(69,100,172); }

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

<style>
 span { border-color: #4564AC; }

 span { border-color: rgb(69,100,172); }

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