#4876A1

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

Shades of San Marino #4876A1

Tints of San Marino #4876A1

Color information

#4876A1 (or 0x4876A1) is unknown color: approx San Marino. HEX triplet: 48, 76 and A1. RGB value is (72,118,161). Sum of RGB (Red+Green+Blue) = 72+118+161=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #4876A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4876A1 is #B7895E. Grayscale: #6C6C6C. Windows color (decimal): -12028255 or 10581576. OLE color: 10581576.

HSL color Cylindrical-coordinate representation of color #4876A1: hue angle of 208.99º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4876A1 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72118161-
CMYK0.550.2700.37
HSL208.99º38.2%45.69%-
HSV(B)208.99º55.28%63.14%-
XYZ15.5816.9136.16-
YUV109.15157.26101.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=20.51%
G=33.62%
B=45.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721181610.550.2700.37208.9938.245.69
Hex4876A1371B025d1262e
Octal11016624167330453214656
Binary100100011101101010000111011111011010010111010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4876A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4876A1; }

 p { color: rgb(72,118,161); }

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

<style>
 a { background-color: #4876A1; }

 a { background-color: rgb(72,118,161); }

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

<style>
 span { border-color: #4876A1; }

 span { border-color: rgb(72,118,161); }

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