#4773AA

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

Shades of San Marino #4773AA

Tints of San Marino #4773AA

Color information

#4773AA (or 0x4773AA) is unknown color: approx San Marino. HEX triplet: 47, 73 and AA. RGB value is (71,115,170). Sum of RGB (Red+Green+Blue) = 71+115+170=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 115 (45.31% from 255 or 32.30% 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 #4773AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4773AA is #B88C55. Grayscale: #6B6B6B. Windows color (decimal): -12094550 or 11170631. OLE color: 11170631.

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

Color convert

RGB71115170-
CMYK0.580.3200.33
HSL213.33º41.08%47.25%-
HSV(B)213.33º58.24%66.67%-
XYZ15.9816.540.37-
YUV108.11162.92101.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=19.94%
G=32.30%
B=47.75%

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
Decimal711151700.580.3200.33213.3341.0847.25
Hex4773AA3A20021d5292f
Octal10716325272400413255157
Binary1000111111001110101010111010100000010000111010101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4773AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,115,170); }

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

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

 a { background-color: rgb(71,115,170); }

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

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

 span { border-color: rgb(71,115,170); }

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