Html Css Color HEX #4978A0 San Marino

📋 copy color: '#4978A0'

red 73 ◦ green 120 ◦ blue 160

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

Shades of San Marino #4978A0

Tints of San Marino #4978A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 20.68%
G = 33.99%
B = 45.33%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4978A0 (or 0x4978A0) is known color: San Marino. HEX triplet: 49, 78 and A0. RGB value is (73,120,160). Sum of RGB (Red+Green+Blue) = 73+120+160=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #4978A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4978A0 is #B6875F. Grayscale: #6E6E6E. Windows color (decimal): -11962208 or 10516553. OLE color: 10516553.

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

Color convert

RGB 73 120 160 -
CMYK 0.54 0.25 0 0.37
HSL 207.59º 0.37% 0.46% -
HSV(B) 207.59º 0.54% 0.63% -
XYZ 15.81 17.39 35.78 -
YUV 110.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 73 120 160 0.54 0.25 0 0.37 207.59 0.37 0.46
Hex 49 78 A0 36 19 0 25 D0 25 2E
Octal 111 170 240 66 31 0 45 320 45 56
Binary 1001001 1111000 10100000 110110 11001 0 100101 11010000 100101 101110

Color Harmonies of #4978A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4978A0

Black with #4978A0

Text Example


Text Example

White with #4978A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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