Html Css Color HEX #4971A2 San Marino

📋 copy color: '#4971A2'

red 73 ◦ green 113 ◦ blue 162

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

Shades of San Marino #4971A2

Tints of San Marino #4971A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.55%

R = 20.98%
G = 32.47%
B = 46.55%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4971A2 (or 0x4971A2) is known color: San Marino. HEX triplet: 49, 71 and A2. RGB value is (73,113,162). Sum of RGB (Red+Green+Blue) = 73+113+162=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 162 - color contains mainly: blue. Hex color #4971A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4971A2 is #B68E5D. Grayscale: #6A6A6A. Windows color (decimal): -11963998 or 10645833. OLE color: 10645833.

HSL color Cylindrical-coordinate representation of color #4971A2: hue angle of 213.03º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4971A2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 113 162 -
CMYK 0.55 0.30 0 0.36
HSL 213.03º 0.38% 0.46% -
HSV(B) 213.03º 0.55% 0.64% -
XYZ 15.17 15.84 36.44 -
YUV 106.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 73 113 162 0.55 0.30 0 0.36 213.03 0.38 0.46
Hex 49 71 A2 37 1E 0 24 D5 26 2E
Octal 111 161 242 67 36 0 44 325 46 56
Binary 1001001 1110001 10100010 110111 11110 0 100100 11010101 100110 101110

Color Harmonies of #4971A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4971A2

Black with #4971A2

Text Example


Text Example

White with #4971A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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