Html Css Color HEX #4873AD San Marino

📋 copy color: '#4873AD'

red 72 ◦ green 115 ◦ blue 173

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

Shades of San Marino #4873AD

Tints of San Marino #4873AD

RGB

 RED value IS 72 (28.52% from 255) = 20%

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

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

R = 20%
G = 31.94%
B = 48.06%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4873AD (or 0x4873AD) is known color: San Marino. HEX triplet: 48, 73 and AD. RGB value is (72,115,173). Sum of RGB (Red+Green+Blue) = 72+115+173=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4873AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4873AD is #B78C52. Grayscale: #6C6C6C. Windows color (decimal): -12029011 or 11367240. OLE color: 11367240.

HSL color Cylindrical-coordinate representation of color #4873AD: hue angle of 214.46º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4873AD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 115 173 -
CMYK 0.58 0.34 0 0.32
HSL 214.46º 0.41% 0.48% -
HSV(B) 214.46º 0.58% 0.68% -
XYZ 16.35 16.66 41.89 -
YUV 108.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 72 115 173 0.58 0.34 0 0.32 214.46 0.41 0.48
Hex 48 73 AD 3A 22 0 20 D6 29 30
Octal 110 163 255 72 42 0 40 326 51 60
Binary 1001000 1110011 10101101 111010 100010 0 100000 11010110 101001 110000

Color Harmonies of #4873AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4873AD

Black with #4873AD

Text Example


Text Example

White with #4873AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4873AD; }

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

 H1.HeaderClassName
 {
   color: #4873AD;
 }
 .AnyTagClassName
 {
   color: #4873AD;
 }
</style>

background-color css

<style>
 a { background-color: #4873AD; }

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

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

border-color css

<style>
 span { border-color: #4873AD; }

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

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