#4F4A82

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

Shades of Victoria #4F4A82

Tints of Victoria #4F4A82

Color information

#4F4A82 (or 0x4F4A82) is unknown color: approx Victoria. HEX triplet: 4F, 4A and 82. RGB value is (79,74,130). Sum of RGB (Red+Green+Blue) = 79+74+130=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4A82 is #B0B57D. Grayscale: #515151. Windows color (decimal): -11580798 or 8538703. OLE color: 8538703.

HSL color Cylindrical-coordinate representation of color #4F4A82: hue angle of 245.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F4A82 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7974130-
CMYK0.390.4300.49
HSL245.36º27.45%40%-
HSV(B)245.36º43.08%50.98%-
XYZ9.78.1722.18-
YUV81.88155.16125.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=27.92%
G=26.15%
B=45.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79741300.390.4300.49245.3627.4540
Hex4F4A82272B031f51b28
Octal11711220247530613653350
Binary100111110010101000001010011110101101100011111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,130); }

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

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

 a { background-color: rgb(79,74,130); }

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

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

 span { border-color: rgb(79,74,130); }

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