#4F4D82

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

Shades of Victoria #4F4D82

Tints of Victoria #4F4D82

Color information

#4F4D82 (or 0x4F4D82) is unknown color: approx Victoria. HEX triplet: 4F, 4D and 82. RGB value is (79,77,130). Sum of RGB (Red+Green+Blue) = 79+77+130=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4D82 is #B0B27D. Grayscale: #535353. Windows color (decimal): -11580030 or 8539471. OLE color: 8539471.

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

Color convert

RGB7977130-
CMYK0.390.4100.49
HSL242.26º25.6%40.59%-
HSV(B)242.26º40.77%50.98%-
XYZ9.918.5822.25-
YUV83.64154.16124.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=27.62%
G=26.92%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79771300.390.4100.49242.2625.640.59
Hex4F4D822729031f21a29
Octal11711520247510613623251
Binary100111110011011000001010011110100101100011111001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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