#4f4d81

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

Shades of Victoria #4F4D81

Tints of Victoria #4F4D81

Color information

#4F4D81 (or 0x4F4D81) is unknown color: approx Victoria. HEX triplet: 4F, 4D and 81. RGB value is (79,77,129). Sum of RGB (Red+Green+Blue) = 79+77+129=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F4D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4D81 is #B0B27E. Grayscale: #535353. Windows color (decimal): -11580031 or 8473935. OLE color: 8473935.

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

Color convert

RGB7977129-
CMYK0.390.4000.49
HSL242.31º25.24%40.39%-
HSV(B)242.31º40.31%50.59%-
XYZ9.848.5521.9-
YUV83.53153.66124.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=27.72%
G=27.02%
B=45.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79771290.390.4000.49242.3125.2440.39
Hex4F4D812728031f21928
Octal11711520147500613623150
Binary100111110011011000000110011110100001100011111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f4d81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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