#4970ad

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

Shades of San Marino #4970AD

Tints of San Marino #4970AD

Color information

#4970AD (or 0x4970AD) is unknown color: approx San Marino. HEX triplet: 49, 70 and AD. RGB value is (73,112,173). Sum of RGB (Red+Green+Blue) = 73+112+173=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4970AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4970AD is #B68F52. Grayscale: #6B6B6B. Windows color (decimal): -11964243 or 11366473. OLE color: 11366473.

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

Color convert

RGB73112173-
CMYK0.580.3500.32
HSL216.6º40.65%48.24%-
HSV(B)216.6º57.8%67.84%-
XYZ16.0816.0241.78-
YUV107.29165.08103.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=20.39%
G=31.28%
B=48.32%

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
Decimal731121730.580.3500.32216.640.6548.24
Hex4970AD3A23020d92930
Octal11116025572430403315160
Binary1001001111000010101101111010100011010000011011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4970ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4970ad; }

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

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

<style>
 a { background-color: #4970ad; }

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

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

<style>
 span { border-color: #4970ad; }

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

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