Html Css Color HEX #4C72AD San Marino

📋 copy color: '#4C72AD'

red 76 ◦ green 114 ◦ blue 173

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

Shades of San Marino #4C72AD

Tints of San Marino #4C72AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 20.94%
G = 31.4%
B = 47.66%

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

#4C72AD (or 0x4C72AD) is known color: San Marino. HEX triplet: 4C, 72 and AD. RGB value is (76,114,173). Sum of RGB (Red+Green+Blue) = 76+114+173=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C72AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C72AD is #B38D52. Grayscale: #6D6D6D. Windows color (decimal): -11767123 or 11366988. OLE color: 11366988.

HSL color Cylindrical-coordinate representation of color #4C72AD: hue angle of 216.49º 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 #4C72AD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 114 173 -
CMYK 0.56 0.34 0 0.32
HSL 216.49º 0.39% 0.49% -
HSV(B) 216.49º 0.56% 0.68% -
XYZ 16.54 16.59 41.87 -
YUV 109.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 76 114 173 0.56 0.34 0 0.32 216.49 0.39 0.49
Hex 4C 72 AD 38 22 0 20 D8 27 31
Octal 114 162 255 70 42 0 40 330 47 61
Binary 1001100 1110010 10101101 111000 100010 0 100000 11011000 100111 110001

Color Harmonies of #4C72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C72AD

Black with #4C72AD

Text Example


Text Example

White with #4C72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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