#4F4589

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

Shades of Victoria #4F4589

Tints of Victoria #4F4589

Color information

#4F4589 (or 0x4F4589) is unknown color: approx Victoria. HEX triplet: 4F, 45 and 89. RGB value is (79,69,137). Sum of RGB (Red+Green+Blue) = 79+69+137=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4589 is #B0BA76. Grayscale: #4F4F4F. Windows color (decimal): -11582071 or 8996175. OLE color: 8996175.

HSL color Cylindrical-coordinate representation of color #4F4589: hue angle of 248.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F4589 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7969137-
CMYK0.420.5000.46
HSL248.82º33.01%40.39%-
HSV(B)248.82º49.64%53.73%-
XYZ9.877.7224.64-
YUV79.74160.31127.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=27.72%
G=24.21%
B=48.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79691370.420.5000.46248.8233.0140.39
Hex4F45892A3202Ef92128
Octal11710521152620563714150
Binary1001111100010110001001101010110010010111011111001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,137); }

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

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

 a { background-color: rgb(79,69,137); }

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

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

 span { border-color: rgb(79,69,137); }

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