#4772AE

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

Shades of San Marino #4772AE

Tints of San Marino #4772AE

Color information

#4772AE (or 0x4772AE) is unknown color: approx San Marino. HEX triplet: 47, 72 and AE. RGB value is (71,114,174). Sum of RGB (Red+Green+Blue) = 71+114+174=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #4772AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4772AE is #B88D51. Grayscale: #6B6B6B. Windows color (decimal): -12094802 or 11432519. OLE color: 11432519.

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

Color convert

RGB71114174-
CMYK0.590.3400.32
HSL214.95º42.04%48.04%-
HSV(B)214.95º59.2%68.24%-
XYZ16.2616.4342.36-
YUV107.98165.25101.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=19.78%
G=31.75%
B=48.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711141740.590.3400.32214.9542.0448.04
Hex4772AE3B22020d72a30
Octal10716225673420403275260
Binary1000111111001010101110111011100010010000011010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4772AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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