#4972AD

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

Shades of San Marino #4972AD

Tints of San Marino #4972AD

Color information

#4972AD (or 0x4972AD) is unknown color: approx San Marino. HEX triplet: 49, 72 and AD. RGB value is (73,114,173). Sum of RGB (Red+Green+Blue) = 73+114+173=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4972AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4972AD is #B68D52. Grayscale: #6C6C6C. Windows color (decimal): -11963731 or 11366985. OLE color: 11366985.

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

Color convert

RGB73114173-
CMYK0.580.3400.32
HSL215.4º40.65%48.24%-
HSV(B)215.4º57.8%67.84%-
XYZ16.3116.4741.85-
YUV108.47164.42102.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=20.28%
G=31.67%
B=48.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731141730.580.3400.32215.440.6548.24
Hex4972AD3A22020d72930
Octal11116225572420403275160
Binary1001001111001010101101111010100010010000011010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4972AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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