#4863AA

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

Shades of Mariner #4863AA

Tints of Mariner #4863AA

Color information

#4863AA (or 0x4863AA) is unknown color: approx Mariner. HEX triplet: 48, 63 and AA. RGB value is (72,99,170). Sum of RGB (Red+Green+Blue) = 72+99+170=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4863AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4863AA is #B79C55. Grayscale: #626262. Windows color (decimal): -12033110 or 11166536. OLE color: 11166536.

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

Color convert

RGB7299170-
CMYK0.580.4200.33
HSL223.47º40.5%47.45%-
HSV(B)223.47º57.65%66.67%-
XYZ14.3913.239.82-
YUV99.02168.05108.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=21.11%
G=29.03%
B=49.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72991700.580.4200.33223.4740.547.45
Hex4863AA3A2A021df282f
Octal11014325272520413375057
Binary1001000110001110101010111010101010010000111011111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4863AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,99,170); }

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

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

 a { background-color: rgb(72,99,170); }

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

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

 span { border-color: rgb(72,99,170); }

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