#4B2E78

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

Shades of Windsor #4B2E78

Tints of Windsor #4B2E78

Color information

#4B2E78 (or 0x4B2E78) is unknown color: approx Windsor. HEX triplet: 4B, 2E and 78. RGB value is (75,46,120). Sum of RGB (Red+Green+Blue) = 75+46+120=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B2E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E78 is #B4D187. Grayscale: #3E3E3E. Windows color (decimal): -11850120 or 7876171. OLE color: 7876171.

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

Color convert

RGB7546120-
CMYK0.370.6200.53
HSL263.51º44.58%32.55%-
HSV(B)263.51º61.67%47.06%-
XYZ7.274.8118.31-
YUV63.11160.11136.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=31.12%
G=19.09%
B=49.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75461200.370.6200.53263.5144.5832.55
Hex4B2E78253E0351082d21
Octal1135617045760654105541
Binary100101110111011110001001011111100110101100001000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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