Html Css Color HEX #4977A0 San Marino

📋 copy color: '#4977A0'

red 73 ◦ green 119 ◦ blue 160

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

Shades of San Marino #4977A0

Tints of San Marino #4977A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 20.74%
G = 33.81%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4977A0 (or 0x4977A0) is known color: San Marino. HEX triplet: 49, 77 and A0. RGB value is (73,119,160). Sum of RGB (Red+Green+Blue) = 73+119+160=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #4977A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4977A0 is #B6885F. Grayscale: #6D6D6D. Windows color (decimal): -11962464 or 10516297. OLE color: 10516297.

HSL color Cylindrical-coordinate representation of color #4977A0: hue angle of 208.28º 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 #4977A0 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 119 160 -
CMYK 0.54 0.26 0 0.37
HSL 208.28º 0.37% 0.46% -
HSV(B) 208.28º 0.54% 0.63% -
XYZ 15.69 17.15 35.74 -
YUV 109.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 73 119 160 0.54 0.26 0 0.37 208.28 0.37 0.46
Hex 49 77 A0 36 1A 0 25 D0 25 2E
Octal 111 167 240 66 32 0 45 320 45 56
Binary 1001001 1110111 10100000 110110 11010 0 100101 11010000 100101 101110

Color Harmonies of #4977A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977A0

Black with #4977A0

Text Example


Text Example

White with #4977A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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