#4867AE

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

Shades of Mariner #4867AE

Tints of Mariner #4867AE

Color information

#4867AE (or 0x4867AE) is unknown color: approx Mariner. HEX triplet: 48, 67 and AE. RGB value is (72,103,174). Sum of RGB (Red+Green+Blue) = 72+103+174=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #4867AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4867AE is #B79851. Grayscale: #656565. Windows color (decimal): -12032082 or 11429704. OLE color: 11429704.

HSL color Cylindrical-coordinate representation of color #4867AE: hue angle of 221.76º 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 #4867AE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72103174-
CMYK0.590.4100.32
HSL221.76º41.46%48.24%-
HSV(B)221.76º58.62%68.24%-
XYZ15.1614.1341.97-
YUV101.82168.73106.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=20.63%
G=29.51%
B=49.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721031740.590.4100.32221.7641.4648.24
Hex4867AE3B29020de2930
Octal11014725673510403365160
Binary1001000110011110101110111011101001010000011011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4867AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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