Html Css Color HEX #4F70AC San Marino

📋 copy color: '#4F70AC'

red 79 ◦ green 112 ◦ blue 172

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

Shades of San Marino #4F70AC

Tints of San Marino #4F70AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 21.76%
G = 30.85%
B = 47.38%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F70AC (or 0x4F70AC) is known color: San Marino. HEX triplet: 4F, 70 and AC. RGB value is (79,112,172). Sum of RGB (Red+Green+Blue) = 79+112+172=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F70AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F70AC is #B08F53. Grayscale: #6C6C6C. Windows color (decimal): -11571028 or 11300943. OLE color: 11300943.

HSL color Cylindrical-coordinate representation of color #4F70AC: hue angle of 218.71º 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 #4F70AC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 112 172 -
CMYK 0.54 0.35 0 0.33
HSL 218.71º 0.37% 0.49% -
HSV(B) 218.71º 0.54% 0.67% -
XYZ 16.47 16.23 41.29 -
YUV 108.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 79 112 172 0.54 0.35 0 0.33 218.71 0.37 0.49
Hex 4F 70 AC 36 23 0 21 DB 25 31
Octal 117 160 254 66 43 0 41 333 45 61
Binary 1001111 1110000 10101100 110110 100011 0 100001 11011011 100101 110001

Color Harmonies of #4F70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70AC

Black with #4F70AC

Text Example


Text Example

White with #4F70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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