#4F4483

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

Shades of Victoria #4F4483

Tints of Victoria #4F4483

Color information

#4F4483 (or 0x4F4483) is unknown color: approx Victoria. HEX triplet: 4F, 44 and 83. RGB value is (79,68,131). Sum of RGB (Red+Green+Blue) = 79+68+131=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F4483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4483 is #B0BB7C. Grayscale: #4E4E4E. Windows color (decimal): -11582333 or 8602703. OLE color: 8602703.

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

Color convert

RGB7968131-
CMYK0.400.4800.49
HSL250.48º31.66%39.02%-
HSV(B)250.48º48.09%51.37%-
XYZ9.397.4422.41-
YUV78.47157.64128.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=28.42%
G=24.46%
B=47.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79681310.400.4800.49250.4831.6639.02
Hex4F44832830031fa2027
Octal11710420350600613724047
Binary1001111100010010000011101000110000011000111111010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,131); }

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

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

 a { background-color: rgb(79,68,131); }

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

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

 span { border-color: rgb(79,68,131); }

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