#4B467C

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

Shades of Victoria #4B467C

Tints of Victoria #4B467C

Color information

#4B467C (or 0x4B467C) is unknown color: approx Victoria. HEX triplet: 4B, 46 and 7C. RGB value is (75,70,124). Sum of RGB (Red+Green+Blue) = 75+70+124=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B467C is #B4B983. Grayscale: #4D4D4D. Windows color (decimal): -11843972 or 8144459. OLE color: 8144459.

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

Color convert

RGB7570124-
CMYK0.400.4400.51
HSL245.56º27.84%38.04%-
HSV(B)245.56º43.55%48.63%-
XYZ8.737.3320.02-
YUV77.65154.16126.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=27.88%
G=26.02%
B=46.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75701240.400.4400.51245.5627.8438.04
Hex4B467C282C033f61c26
Octal11310617450540633663446
Binary10010111000110111110010100010110001100111111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,124); }

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

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

 a { background-color: rgb(75,70,124); }

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

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

 span { border-color: rgb(75,70,124); }

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