#4B3576

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

Shades of Windsor #4B3576

Tints of Windsor #4B3576

Color information

#4B3576 (or 0x4B3576) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 76. RGB value is (75,53,118). Sum of RGB (Red+Green+Blue) = 75+53+118=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3576 is #B4CA89. Grayscale: #424242. Windows color (decimal): -11848330 or 7746891. OLE color: 7746891.

HSL color Cylindrical-coordinate representation of color #4B3576: hue angle of 260.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3576 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7553118-
CMYK0.360.5500.54
HSL260.31º38.01%33.53%-
HSV(B)260.31º55.08%46.27%-
XYZ7.445.3517.78-
YUV66.99156.79133.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=30.49%
G=21.54%
B=47.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75531180.360.5500.54260.3138.0133.53
Hex4B357624370361042622
Octal1136516644670664044642
Binary100101111010111101101001001101110110110100000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,118); }

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

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

 a { background-color: rgb(75,53,118); }

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

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

 span { border-color: rgb(75,53,118); }

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