#4971B0

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

Shades of San Marino #4971B0

Tints of San Marino #4971B0

Color information

#4971B0 (or 0x4971B0) is unknown color: approx San Marino. HEX triplet: 49, 71 and B0. RGB value is (73,113,176). Sum of RGB (Red+Green+Blue) = 73+113+176=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #4971B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4971B0 is #B68E4F. Grayscale: #6B6B6B. Windows color (decimal): -11963984 or 11563337. OLE color: 11563337.

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

Color convert

RGB73113176-
CMYK0.590.3600.31
HSL216.7º41.37%48.82%-
HSV(B)216.7º58.52%69.02%-
XYZ16.4916.3643.36-
YUV108.22166.25102.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 176 (69.14% from 255) = 48.62%
R=20.17%
G=31.22%
B=48.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731131760.590.3600.31216.741.3748.82
Hex4971B03B2401Fd92931
Octal11116126073440373315161
Binary100100111100011011000011101110010001111111011001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4971B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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