#4772AC

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

Shades of San Marino #4772AC

Tints of San Marino #4772AC

Color information

#4772AC (or 0x4772AC) is unknown color: approx San Marino. HEX triplet: 47, 72 and AC. RGB value is (71,114,172). Sum of RGB (Red+Green+Blue) = 71+114+172=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #4772AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4772AC is #B88D53. Grayscale: #6B6B6B. Windows color (decimal): -12094804 or 11301447. OLE color: 11301447.

HSL color Cylindrical-coordinate representation of color #4772AC: hue angle of 214.46º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4772AC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71114172-
CMYK0.590.3400.33
HSL214.46º41.56%47.65%-
HSV(B)214.46º58.72%67.45%-
XYZ16.0616.3541.34-
YUV107.76164.25101.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=19.89%
G=31.93%
B=48.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711141720.590.3400.33214.4641.5647.65
Hex4772AC3B22021d62a30
Octal10716225473420413265260
Binary1000111111001010101100111011100010010000111010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4772AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,114,172); }

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

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

 a { background-color: rgb(71,114,172); }

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

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

 span { border-color: rgb(71,114,172); }

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