Html Css Color HEX #4C73AD San Marino

📋 copy color: '#4C73AD'

red 76 ◦ green 115 ◦ blue 173

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

Shades of San Marino #4C73AD

Tints of San Marino #4C73AD

RGB

 RED value IS 76 (30.08% from 255) = 20.88%

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 173 (67.97% from 255) = 47.53%

R = 20.88%
G = 31.59%
B = 47.53%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C73AD (or 0x4C73AD) is known color: San Marino. HEX triplet: 4C, 73 and AD. RGB value is (76,115,173). Sum of RGB (Red+Green+Blue) = 76+115+173=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C73AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C73AD is #B38C52. Grayscale: #6D6D6D. Windows color (decimal): -11766867 or 11367244. OLE color: 11367244.

HSL color Cylindrical-coordinate representation of color #4C73AD: hue angle of 215.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C73AD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 115 173 -
CMYK 0.56 0.34 0 0.32
HSL 215.88º 0.39% 0.49% -
HSV(B) 215.88º 0.56% 0.68% -
XYZ 16.65 16.82 41.9 -
YUV 109.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 76 115 173 0.56 0.34 0 0.32 215.88 0.39 0.49
Hex 4C 73 AD 38 22 0 20 D8 27 31
Octal 114 163 255 70 42 0 40 330 47 61
Binary 1001100 1110011 10101101 111000 100010 0 100000 11011000 100111 110001

Color Harmonies of #4C73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C73AD

Black with #4C73AD

Text Example


Text Example

White with #4C73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C73AD; }

 p { color: rgb(76,115,173); }

 H1.HeaderClassName
 {
   color: #4C73AD;
 }
 .AnyTagClassName
 {
   color: #4C73AD;
 }
</style>

background-color css

<style>
 a { background-color: #4C73AD; }

 a { background-color: rgb(76,115,173); }

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

border-color css

<style>
 span { border-color: #4C73AD; }

 span { border-color: rgb(76,115,173); }

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