#4972AF

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

Shades of San Marino #4972AF

Tints of San Marino #4972AF

Color information

#4972AF (or 0x4972AF) is unknown color: approx San Marino. HEX triplet: 49, 72 and AF. RGB value is (73,114,175). Sum of RGB (Red+Green+Blue) = 73+114+175=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #4972AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4972AF is #B68D50. Grayscale: #6C6C6C. Windows color (decimal): -11963729 or 11498057. OLE color: 11498057.

HSL color Cylindrical-coordinate representation of color #4972AF: hue angle of 215.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4972AF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73114175-
CMYK0.580.3500.31
HSL215.88º41.13%48.63%-
HSV(B)215.88º58.29%68.63%-
XYZ16.516.5542.88-
YUV108.7165.42102.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=20.17%
G=31.49%
B=48.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731141750.580.3500.31215.8841.1348.63
Hex4972AF3A2301Fd82931
Octal11116225772430373305161
Binary100100111100101010111111101010001101111111011000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4972AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4972AF; }

 p { color: rgb(73,114,175); }

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

<style>
 a { background-color: #4972AF; }

 a { background-color: rgb(73,114,175); }

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

<style>
 span { border-color: #4972AF; }

 span { border-color: rgb(73,114,175); }

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