#4B3279

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

Shades of Windsor #4B3279

Tints of Windsor #4B3279

Color information

#4B3279 (or 0x4B3279) is unknown color: approx Windsor. HEX triplet: 4B, 32 and 79. RGB value is (75,50,121). Sum of RGB (Red+Green+Blue) = 75+50+121=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3279 is #B4CD86. Grayscale: #414141. Windows color (decimal): -11849095 or 7942731. OLE color: 7942731.

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

Color convert

RGB7550121-
CMYK0.380.5900.53
HSL261.13º41.52%33.53%-
HSV(B)261.13º58.68%47.45%-
XYZ7.495.1618.69-
YUV65.57159.28134.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=30.49%
G=20.33%
B=49.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75501210.380.5900.53261.1341.5233.53
Hex4B3279263B0351052a22
Octal1136217146730654055242
Binary100101111001011110011001101110110110101100000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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