Html Css Color HEX #4873AC San Marino

📋 copy color: '#4873AC'

red 72 ◦ green 115 ◦ blue 172

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

Shades of San Marino #4873AC

Tints of San Marino #4873AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 20.06%
G = 32.03%
B = 47.91%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4873AC (or 0x4873AC) is known color: San Marino. HEX triplet: 48, 73 and AC. RGB value is (72,115,172). Sum of RGB (Red+Green+Blue) = 72+115+172=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #4873AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4873AC is #B78C53. Grayscale: #6C6C6C. Windows color (decimal): -12029012 or 11301704. OLE color: 11301704.

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

Color convert

RGB 72 115 172 -
CMYK 0.58 0.33 0 0.33
HSL 214.2º 0.41% 0.48% -
HSV(B) 214.2º 0.58% 0.67% -
XYZ 16.25 16.62 41.38 -
YUV 108.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 72 115 172 0.58 0.33 0 0.33 214.2 0.41 0.48
Hex 48 73 AC 3A 21 0 21 D6 29 30
Octal 110 163 254 72 41 0 41 326 51 60
Binary 1001000 1110011 10101100 111010 100001 0 100001 11010110 101001 110000

Color Harmonies of #4873AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4873AC

Black with #4873AC

Text Example


Text Example

White with #4873AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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