Html Css Color HEX #4970AC San Marino

📋 copy color: '#4970AC'

red 73 ◦ green 112 ◦ blue 172

#4970AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #4970AC

Tints of San Marino #4970AC

RGB

 RED value IS 73 (28.91% from 255) = 20.45%

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 20.45%
G = 31.37%
B = 48.18%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4970AC (or 0x4970AC) is known color: San Marino. HEX triplet: 49, 70 and AC. RGB value is (73,112,172). Sum of RGB (Red+Green+Blue) = 73+112+172=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #4970AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4970AC is #B68F53. Grayscale: #6A6A6A. Windows color (decimal): -11964244 or 11300937. OLE color: 11300937.

HSL color Cylindrical-coordinate representation of color #4970AC: hue angle of 216.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4970AC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 112 172 -
CMYK 0.58 0.35 0 0.33
HSL 216.36º 0.4% 0.48% -
HSV(B) 216.36º 0.58% 0.67% -
XYZ 15.99 15.98 41.27 -
YUV 107.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 73 112 172 0.58 0.35 0 0.33 216.36 0.4 0.48
Hex 49 70 AC 3A 23 0 21 D8 28 30
Octal 111 160 254 72 43 0 41 330 50 60
Binary 1001001 1110000 10101100 111010 100011 0 100001 11011000 101000 110000

Color Harmonies of #4970AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970AC

Black with #4970AC

Text Example


Text Example

White with #4970AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4970AC;
 }
 .AnyTagClassName
 {
   color: #4970AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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