#4F4876

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

Shades of Victoria #4F4876

Tints of Victoria #4F4876

Color information

#4F4876 (or 0x4F4876) is unknown color: approx Victoria. HEX triplet: 4F, 48 and 76. RGB value is (79,72,118). Sum of RGB (Red+Green+Blue) = 79+72+118=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F4876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4876 is #B0B789. Grayscale: #4F4F4F. Windows color (decimal): -11581322 or 7751759. OLE color: 7751759.

HSL color Cylindrical-coordinate representation of color #4F4876: hue angle of 249.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4876 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7972118-
CMYK0.330.3900.54
HSL249.13º24.21%37.25%-
HSV(B)249.13º38.98%46.27%-
XYZ8.817.6118.14-
YUV79.34149.82127.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=29.37%
G=26.77%
B=43.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79721180.330.3900.54249.1324.2137.25
Hex4F48762127036f91825
Octal11711016641470663713045
Binary10011111001000111011010000110011101101101111100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,118); }

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

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

 a { background-color: rgb(79,72,118); }

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

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

 span { border-color: rgb(79,72,118); }

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