#4F4689

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

Shades of Victoria #4F4689

Tints of Victoria #4F4689

Color information

#4F4689 (or 0x4F4689) is unknown color: approx Victoria. HEX triplet: 4F, 46 and 89. RGB value is (79,70,137). Sum of RGB (Red+Green+Blue) = 79+70+137=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F4689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4689 is #B0B976. Grayscale: #505050. Windows color (decimal): -11581815 or 8996431. OLE color: 8996431.

HSL color Cylindrical-coordinate representation of color #4F4689: hue angle of 248.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F4689 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7970137-
CMYK0.420.4900.46
HSL248.06º32.37%40.59%-
HSV(B)248.06º48.91%53.73%-
XYZ9.937.8524.66-
YUV80.33159.98127.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=27.62%
G=24.48%
B=47.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79701370.420.4900.46248.0632.3740.59
Hex4F46892A3102Ef82029
Octal11710621152610563704051
Binary1001111100011010001001101010110001010111011111000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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