#4663AC

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

Shades of Mariner #4663AC

Tints of Mariner #4663AC

Color information

#4663AC (or 0x4663AC) is unknown color: approx Mariner. HEX triplet: 46, 63 and AC. RGB value is (70,99,172). Sum of RGB (Red+Green+Blue) = 70+99+172=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 99 (39.06% from 255 or 29.03% 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 #4663AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4663AC is #B99C53. Grayscale: #626262. Windows color (decimal): -12164180 or 11297606. OLE color: 11297606.

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

Color convert

RGB7099172-
CMYK0.590.4200.33
HSL222.94º42.15%47.45%-
HSV(B)222.94º59.3%67.45%-
XYZ14.4313.240.82-
YUV98.65169.39107.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=20.53%
G=29.03%
B=50.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70991720.590.4200.33222.9442.1547.45
Hex4663AC3B2A021df2a2f
Octal10614325473520413375257
Binary1000110110001110101100111011101010010000111011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4663AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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