#4F4986

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

Shades of Victoria #4F4986

Tints of Victoria #4F4986

Color information

#4F4986 (or 0x4F4986) is unknown color: approx Victoria. HEX triplet: 4F, 49 and 86. RGB value is (79,73,134). Sum of RGB (Red+Green+Blue) = 79+73+134=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #4F4986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4986 is #B0B679. Grayscale: #515151. Windows color (decimal): -11581050 or 8800591. OLE color: 8800591.

HSL color Cylindrical-coordinate representation of color #4F4986: hue angle of 245.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F4986 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7973134-
CMYK0.410.4600.47
HSL245.9º29.47%40.59%-
HSV(B)245.9º45.52%52.55%-
XYZ9.918.1523.6-
YUV81.75157.49126.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=27.62%
G=25.52%
B=46.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79731340.410.4600.47245.929.4740.59
Hex4F4986292E02Ff61d29
Octal11711120651560573663551
Binary100111110010011000011010100110111001011111111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,73,134); }

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

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

 a { background-color: rgb(79,73,134); }

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

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

 span { border-color: rgb(79,73,134); }

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