#4F4882

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

Shades of Victoria #4F4882

Tints of Victoria #4F4882

Color information

#4F4882 (or 0x4F4882) is unknown color: approx Victoria. HEX triplet: 4F, 48 and 82. RGB value is (79,72,130). Sum of RGB (Red+Green+Blue) = 79+72+130=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F4882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4882 is #B0B77D. Grayscale: #505050. Windows color (decimal): -11581310 or 8538191. OLE color: 8538191.

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

Color convert

RGB7972130-
CMYK0.390.4500.49
HSL247.24º28.71%39.61%-
HSV(B)247.24º44.62%50.98%-
XYZ9.577.9122.14-
YUV80.7155.82126.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=28.11%
G=25.62%
B=46.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79721300.390.4500.49247.2428.7139.61
Hex4F4882272D031f71d28
Octal11711020247550613673550
Binary100111110010001000001010011110110101100011111011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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