#4F75AC

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

Shades of San Marino #4F75AC

Tints of San Marino #4F75AC

Color information

#4F75AC (or 0x4F75AC) is unknown color: approx San Marino. HEX triplet: 4F, 75 and AC. RGB value is (79,117,172). Sum of RGB (Red+Green+Blue) = 79+117+172=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F75AC is #B08A53. Grayscale: #6F6F6F. Windows color (decimal): -11569748 or 11302223. OLE color: 11302223.

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

Color convert

RGB79117172-
CMYK0.540.3200.33
HSL215.48º37.05%49.22%-
HSV(B)215.48º54.07%67.45%-
XYZ17.0317.3641.48-
YUV111.91161.91104.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=21.47%
G=31.79%
B=46.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791171720.540.3200.33215.4837.0549.22
Hex4F75AC3620021d72531
Octal11716525466400413274561
Binary1001111111010110101100110110100000010000111010111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F75AC;
 }
 .AnyTagClassName
 {
   color: #4F75AC;
 }
</style>
background-color css

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

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

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

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

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

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