#4B3579

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

Shades of Windsor #4B3579

Tints of Windsor #4B3579

Color information

#4B3579 (or 0x4B3579) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 79. RGB value is (75,53,121). Sum of RGB (Red+Green+Blue) = 75+53+121=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3579 is #B4CA86. Grayscale: #434343. Windows color (decimal): -11848327 or 7943499. OLE color: 7943499.

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

Color convert

RGB7553121-
CMYK0.380.5600.53
HSL259.41º39.08%34.12%-
HSV(B)259.41º56.2%47.45%-
XYZ7.635.4218.73-
YUV67.33158.29133.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=30.12%
G=21.29%
B=48.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75531210.380.5600.53259.4139.0834.12
Hex4B357926380351032722
Octal1136517146700654034742
Binary100101111010111110011001101110000110101100000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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