#4F4577

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

Shades of Victoria #4F4577

Tints of Victoria #4F4577

Color information

#4F4577 (or 0x4F4577) is unknown color: approx Victoria. HEX triplet: 4F, 45 and 77. RGB value is (79,69,119). Sum of RGB (Red+Green+Blue) = 79+69+119=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F4577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4577 is #B0BA88. Grayscale: #4D4D4D. Windows color (decimal): -11582089 or 7816527. OLE color: 7816527.

HSL color Cylindrical-coordinate representation of color #4F4577: hue angle of 252º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F4577 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7969119-
CMYK0.340.4200.53
HSL252º26.6%36.86%-
HSV(B)252º42.02%46.67%-
XYZ8.687.2518.39-
YUV77.69151.31128.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=29.59%
G=25.84%
B=44.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79691190.340.4200.5325226.636.86
Hex4F4577222A035fc1b25
Octal11710516742520653743345
Binary10011111000101111011110001010101001101011111110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,119); }

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

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

 a { background-color: rgb(79,69,119); }

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

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

 span { border-color: rgb(79,69,119); }

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