Html Css Color HEX #4F72AC San Marino

📋 copy color: '#4F72AC'

red 79 ◦ green 114 ◦ blue 172

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

Shades of San Marino #4F72AC

Tints of San Marino #4F72AC

RGB

 RED value IS 79 (31.25% from 255) = 21.64%

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

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

R = 21.64%
G = 31.23%
B = 47.12%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F72AC (or 0x4F72AC) is known color: San Marino. HEX triplet: 4F, 72 and AC. RGB value is (79,114,172). Sum of RGB (Red+Green+Blue) = 79+114+172=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F72AC is #B08D53. Grayscale: #6D6D6D. Windows color (decimal): -11570516 or 11301455. OLE color: 11301455.

HSL color Cylindrical-coordinate representation of color #4F72AC: hue angle of 217.42º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F72AC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 114 172 -
CMYK 0.54 0.34 0 0.33
HSL 217.42º 0.37% 0.49% -
HSV(B) 217.42º 0.54% 0.67% -
XYZ 16.69 16.68 41.37 -
YUV 110.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 79 114 172 0.54 0.34 0 0.33 217.42 0.37 0.49
Hex 4F 72 AC 36 22 0 21 D9 25 31
Octal 117 162 254 66 42 0 41 331 45 61
Binary 1001111 1110010 10101100 110110 100010 0 100001 11011001 100101 110001

Color Harmonies of #4F72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F72AC

Black with #4F72AC

Text Example


Text Example

White with #4F72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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