Html Css Color HEX #4974A0 San Marino

📋 copy color: '#4974A0'

red 73 ◦ green 116 ◦ blue 160

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

Shades of San Marino #4974A0

Tints of San Marino #4974A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 20.92%
G = 33.24%
B = 45.85%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4974A0 (or 0x4974A0) is known color: San Marino. HEX triplet: 49, 74 and A0. RGB value is (73,116,160). Sum of RGB (Red+Green+Blue) = 73+116+160=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #4974A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4974A0 is #B68B5F. Grayscale: #6B6B6B. Windows color (decimal): -11963232 or 10515529. OLE color: 10515529.

HSL color Cylindrical-coordinate representation of color #4974A0: hue angle of 210.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4974A0 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 116 160 -
CMYK 0.54 0.28 0 0.37
HSL 210.34º 0.37% 0.46% -
HSV(B) 210.34º 0.54% 0.63% -
XYZ 15.34 16.45 35.62 -
YUV 108.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 73 116 160 0.54 0.28 0 0.37 210.34 0.37 0.46
Hex 49 74 A0 36 1C 0 25 D2 25 2E
Octal 111 164 240 66 34 0 45 322 45 56
Binary 1001001 1110100 10100000 110110 11100 0 100101 11010010 100101 101110

Color Harmonies of #4974A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4974A0

Black with #4974A0

Text Example


Text Example

White with #4974A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4974A0; }

 p { color: rgb(73,116,160); }

 H1.HeaderClassName
 {
   color: #4974A0;
 }
 .AnyTagClassName
 {
   color: #4974A0;
 }
</style>

background-color css

<style>
 a { background-color: #4974A0; }

 a { background-color: rgb(73,116,160); }

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

border-color css

<style>
 span { border-color: #4974A0; }

 span { border-color: rgb(73,116,160); }

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