#4971AD

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

Shades of San Marino #4971AD

Tints of San Marino #4971AD

Color information

#4971AD (or 0x4971AD) is unknown color: approx San Marino. HEX triplet: 49, 71 and AD. RGB value is (73,113,173). Sum of RGB (Red+Green+Blue) = 73+113+173=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #4971AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4971AD is #B68E52. Grayscale: #6B6B6B. Windows color (decimal): -11963987 or 11366729. OLE color: 11366729.

HSL color Cylindrical-coordinate representation of color #4971AD: hue angle of 216º 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 #4971AD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73113173-
CMYK0.580.3500.32
HSL216º40.65%48.24%-
HSV(B)216º57.8%67.84%-
XYZ16.216.2441.82-
YUV107.88164.75103.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=20.33%
G=31.48%
B=48.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731131730.580.3500.3221640.6548.24
Hex4971AD3A23020d82930
Octal11116125572430403305160
Binary1001001111000110101101111010100011010000011011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4971AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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