#4865AE

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

Shades of Mariner #4865AE

Tints of Mariner #4865AE

Color information

#4865AE (or 0x4865AE) is unknown color: approx Mariner. HEX triplet: 48, 65 and AE. RGB value is (72,101,174). Sum of RGB (Red+Green+Blue) = 72+101+174=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4865AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865AE is #B79A51. Grayscale: #646464. Windows color (decimal): -12032594 or 11429192. OLE color: 11429192.

HSL color Cylindrical-coordinate representation of color #4865AE: hue angle of 222.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4865AE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72101174-
CMYK0.590.4200.32
HSL222.94º41.46%48.24%-
HSV(B)222.94º58.62%68.24%-
XYZ14.9713.7441.91-
YUV100.65169.39107.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=20.75%
G=29.11%
B=50.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721011740.590.4200.32222.9441.4648.24
Hex4865AE3B2A020df2930
Octal11014525673520403375160
Binary1001000110010110101110111011101010010000011011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4865AE; }

 p { color: rgb(72,101,174); }

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

<style>
 a { background-color: #4865AE; }

 a { background-color: rgb(72,101,174); }

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

<style>
 span { border-color: #4865AE; }

 span { border-color: rgb(72,101,174); }

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