#4973AC

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

Shades of San Marino #4973AC

Tints of San Marino #4973AC

Color information

#4973AC (or 0x4973AC) is unknown color: approx San Marino. HEX triplet: 49, 73 and AC. RGB value is (73,115,172). Sum of RGB (Red+Green+Blue) = 73+115+172=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #4973AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4973AC is #B68C53. Grayscale: #6C6C6C. Windows color (decimal): -11963476 or 11301705. OLE color: 11301705.

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

Color convert

RGB73115172-
CMYK0.580.3300.33
HSL214.55º40.41%48.04%-
HSV(B)214.55º57.56%67.45%-
XYZ16.3216.6641.38-
YUV108.94163.59102.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=20.28%
G=31.94%
B=47.78%

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
Decimal731151720.580.3300.33214.5540.4148.04
Hex4973AC3A21021d72830
Octal11116325472410413275060
Binary1001001111001110101100111010100001010000111010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4973AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4973AC; }

 p { color: rgb(73,115,172); }

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

<style>
 a { background-color: #4973AC; }

 a { background-color: rgb(73,115,172); }

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

<style>
 span { border-color: #4973AC; }

 span { border-color: rgb(73,115,172); }

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