#4F70AC

Color #4F70AC San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4F70AC

Tints of San Marino #4F70AC

Color information

#4F70AC (or 0x4F70AC) is unknown color: approx 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

RGB79112172-
CMYK0.540.3500.33
HSL218.71º37.05%49.22%-
HSV(B)218.71º54.07%67.45%-
XYZ16.4716.2341.29-
YUV108.97163.57106.62-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791121720.540.3500.33218.7137.0549.22
Hex4F70AC3623021db2531
Octal11716025466430413334561
Binary1001111111000010101100110110100011010000111011011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>