#4874AB

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

Shades of San Marino #4874AB

Tints of San Marino #4874AB

Color information

#4874AB (or 0x4874AB) is unknown color: approx San Marino. HEX triplet: 48, 74 and AB. RGB value is (72,116,171). Sum of RGB (Red+Green+Blue) = 72+116+171=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #4874AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4874AB is #B78B54. Grayscale: #6C6C6C. Windows color (decimal): -12028757 or 11236424. OLE color: 11236424.

HSL color Cylindrical-coordinate representation of color #4874AB: hue angle of 213.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4874AB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72116171-
CMYK0.580.3200.33
HSL213.33º40.74%47.65%-
HSV(B)213.33º57.89%67.06%-
XYZ16.2716.8140.92-
YUV109.11162.92101.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=20.06%
G=32.31%
B=47.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721161710.580.3200.33213.3340.7447.65
Hex4874AB3A20021d52930
Octal11016425372400413255160
Binary1001000111010010101011111010100000010000111010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4874AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4874AB; }

 p { color: rgb(72,116,171); }

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

<style>
 a { background-color: #4874AB; }

 a { background-color: rgb(72,116,171); }

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

<style>
 span { border-color: #4874AB; }

 span { border-color: rgb(72,116,171); }

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