#4872AA

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

Shades of San Marino #4872AA

Tints of San Marino #4872AA

Color information

#4872AA (or 0x4872AA) is unknown color: approx San Marino. HEX triplet: 48, 72 and AA. RGB value is (72,114,170). Sum of RGB (Red+Green+Blue) = 72+114+170=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #4872AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4872AA is #B78D55. Grayscale: #6B6B6B. Windows color (decimal): -12029270 or 11170376. OLE color: 11170376.

HSL color Cylindrical-coordinate representation of color #4872AA: hue angle of 214.29º 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 #4872AA is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72114170-
CMYK0.580.3300.33
HSL214.29º40.5%47.45%-
HSV(B)214.29º57.65%66.67%-
XYZ15.9516.3140.34-
YUV107.83163.09102.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=20.22%
G=32.02%
B=47.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721141700.580.3300.33214.2940.547.45
Hex4872AA3A21021d6282f
Octal11016225272410413265057
Binary1001000111001010101010111010100001010000111010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4872AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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