#4f4a8b

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

Shades of Victoria #4F4A8B

Tints of Victoria #4F4A8B

Color information

#4F4A8B (or 0x4F4A8B) is unknown color: approx Victoria. HEX triplet: 4F, 4A and 8B. RGB value is (79,74,139). Sum of RGB (Red+Green+Blue) = 79+74+139=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F4A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4A8B is #B0B574. Grayscale: #525252. Windows color (decimal): -11580789 or 9128527. OLE color: 9128527.

HSL color Cylindrical-coordinate representation of color #4F4A8B: hue angle of 244.62º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F4A8B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7974139-
CMYK0.430.4700.45
HSL244.62º30.52%41.76%-
HSV(B)244.62º46.76%54.51%-
XYZ10.338.4225.51-
YUV82.9159.66125.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=27.05%
G=25.34%
B=47.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79741390.430.4700.45244.6230.5241.76
Hex4F4A8B2B2F02Df51f2a
Octal11711221353570553653752
Binary100111110010101000101110101110111101011011111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f4a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,139); }

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

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

 a { background-color: rgb(79,74,139); }

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

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

 span { border-color: rgb(79,74,139); }

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