#4F6EAC

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

Shades of San Marino #4F6EAC

Tints of San Marino #4F6EAC

Color information

#4F6EAC (or 0x4F6EAC) is unknown color: approx San Marino. HEX triplet: 4F, 6E and AC. RGB value is (79,110,172). Sum of RGB (Red+Green+Blue) = 79+110+172=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6EAC is #B09153. Grayscale: #6B6B6B. Windows color (decimal): -11571540 or 11300431. OLE color: 11300431.

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

Color convert

RGB79110172-
CMYK0.540.3600.33
HSL220º37.05%49.22%-
HSV(B)220º54.07%67.45%-
XYZ16.2515.7941.22-
YUV107.8164.23107.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=21.88%
G=30.47%
B=47.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791101720.540.3600.3322037.0549.22
Hex4F6EAC3624021dc2531
Octal11715625466440413344561
Binary1001111110111010101100110110100100010000111011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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