#4B3578

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

Shades of Windsor #4B3578

Tints of Windsor #4B3578

Color information

#4B3578 (or 0x4B3578) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 78. RGB value is (75,53,120). Sum of RGB (Red+Green+Blue) = 75+53+120=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B3578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3578 is #B4CA87. Grayscale: #424242. Windows color (decimal): -11848328 or 7877963. OLE color: 7877963.

HSL color Cylindrical-coordinate representation of color #4B3578: hue angle of 259.7º 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 #4B3578 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7553120-
CMYK0.370.5600.53
HSL259.7º38.73%33.92%-
HSV(B)259.7º55.83%47.06%-
XYZ7.565.418.41-
YUV67.22157.79133.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=30.24%
G=21.37%
B=48.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75531200.370.5600.53259.738.7333.92
Hex4B357825380351042722
Octal1136517045700654044742
Binary100101111010111110001001011110000110101100000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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