Html Css Color HEX #4971AC San Marino

📋 copy color: '#4971AC'

red 73 ◦ green 113 ◦ blue 172

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

Shades of San Marino #4971AC

Tints of San Marino #4971AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 20.39%
G = 31.56%
B = 48.04%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4971AC (or 0x4971AC) is known color: San Marino. HEX triplet: 49, 71 and AC. RGB value is (73,113,172). Sum of RGB (Red+Green+Blue) = 73+113+172=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4971AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4971AC is #B68E53. Grayscale: #6B6B6B. Windows color (decimal): -11963988 or 11301193. OLE color: 11301193.

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

Color convert

RGB 73 113 172 -
CMYK 0.58 0.34 0 0.33
HSL 215.76º 0.4% 0.48% -
HSV(B) 215.76º 0.58% 0.67% -
XYZ 16.1 16.21 41.31 -
YUV 107.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 73 113 172 0.58 0.34 0 0.33 215.76 0.4 0.48
Hex 49 71 AC 3A 22 0 21 D8 28 30
Octal 111 161 254 72 42 0 41 330 50 60
Binary 1001001 1110001 10101100 111010 100010 0 100001 11011000 101000 110000

Color Harmonies of #4971AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971AC

Black with #4971AC

Text Example


Text Example

White with #4971AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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