#4B4279

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

Shades of Victoria #4B4279

Tints of Victoria #4B4279

Color information

#4B4279 (or 0x4B4279) is unknown color: approx Victoria. HEX triplet: 4B, 42 and 79. RGB value is (75,66,121). Sum of RGB (Red+Green+Blue) = 75+66+121=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4279 is #B4BD86. Grayscale: #4A4A4A. Windows color (decimal): -11844999 or 7946827. OLE color: 7946827.

HSL color Cylindrical-coordinate representation of color #4B4279: hue angle of 249.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4279 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7566121-
CMYK0.380.4500.53
HSL249.82º29.41%36.67%-
HSV(B)249.82º45.45%47.45%-
XYZ8.36.7718.96-
YUV74.96153.98128.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=28.63%
G=25.19%
B=46.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75661210.380.4500.53249.8229.4136.67
Hex4B4279262D035fa1d25
Octal11310217146550653723545
Binary10010111000010111100110011010110101101011111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,121); }

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

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

 a { background-color: rgb(75,66,121); }

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

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

 span { border-color: rgb(75,66,121); }

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