#4F4784

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

Shades of Victoria #4F4784

Tints of Victoria #4F4784

Color information

#4F4784 (or 0x4F4784) is unknown color: approx Victoria. HEX triplet: 4F, 47 and 84. RGB value is (79,71,132). Sum of RGB (Red+Green+Blue) = 79+71+132=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F4784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4784 is #B0B87B. Grayscale: #505050. Windows color (decimal): -11581564 or 8669007. OLE color: 8669007.

HSL color Cylindrical-coordinate representation of color #4F4784: hue angle of 247.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F4784 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7971132-
CMYK0.400.4600.48
HSL247.87º30.05%39.8%-
HSV(B)247.87º46.21%51.76%-
XYZ9.647.8322.83-
YUV80.35157.15127.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=28.01%
G=25.18%
B=46.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79711320.400.4600.48247.8730.0539.8
Hex4F4784282E030f81e28
Octal11710720450560603703650
Binary100111110001111000010010100010111001100001111100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,132); }

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

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

 a { background-color: rgb(79,71,132); }

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

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

 span { border-color: rgb(79,71,132); }

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