#4563AC

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

Shades of Mariner #4563AC

Tints of Mariner #4563AC

Color information

#4563AC (or 0x4563AC) is unknown color: approx Mariner. HEX triplet: 45, 63 and AC. RGB value is (69,99,172). Sum of RGB (Red+Green+Blue) = 69+99+172=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4563AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4563AC is #BA9C53. Grayscale: #626262. Windows color (decimal): -12229716 or 11297605. OLE color: 11297605.

HSL color Cylindrical-coordinate representation of color #4563AC: hue angle of 222.52º 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 #4563AC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6999172-
CMYK0.600.4200.33
HSL222.52º42.74%47.25%-
HSV(B)222.52º59.88%67.45%-
XYZ14.3613.1740.81-
YUV98.35169.56107.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=20.29%
G=29.12%
B=50.59%

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
Decimal69991720.600.4200.33222.5242.7447.25
Hex4563AC3C2A021df2b2f
Octal10514325474520413375357
Binary1000101110001110101100111100101010010000111011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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