Html Css Color HEX #4772AC San Marino

📋 copy color: '#4772AC'

red 71 ◦ green 114 ◦ blue 172

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

Shades of San Marino #4772AC

Tints of San Marino #4772AC

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

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

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

R = 19.89%
G = 31.93%
B = 48.18%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4772AC (or 0x4772AC) is known color: San Marino. HEX triplet: 47, 72 and AC. RGB value is (71,114,172). Sum of RGB (Red+Green+Blue) = 71+114+172=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #4772AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4772AC is #B88D53. Grayscale: #6B6B6B. Windows color (decimal): -12094804 or 11301447. OLE color: 11301447.

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

Color convert

RGB 71 114 172 -
CMYK 0.59 0.34 0 0.33
HSL 214.46º 0.42% 0.48% -
HSV(B) 214.46º 0.59% 0.67% -
XYZ 16.06 16.35 41.34 -
YUV 107.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 71 114 172 0.59 0.34 0 0.33 214.46 0.42 0.48
Hex 47 72 AC 3B 22 0 21 D6 2A 30
Octal 107 162 254 73 42 0 41 326 52 60
Binary 1000111 1110010 10101100 111011 100010 0 100001 11010110 101010 110000

Color Harmonies of #4772AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4772AC

Black with #4772AC

Text Example


Text Example

White with #4772AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,114,172); }

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

background-color css

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

 a { background-color: rgb(71,114,172); }

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

border-color css

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

 span { border-color: rgb(71,114,172); }

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