#4B2085

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

Shades of Windsor #4B2085

Tints of Windsor #4B2085

Color information

#4B2085 (or 0x4B2085) is unknown color: approx Windsor. HEX triplet: 4B, 20 and 85. RGB value is (75,32,133). Sum of RGB (Red+Green+Blue) = 75+32+133=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B2085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2085 is #B4DF7A. Grayscale: #383838. Windows color (decimal): -11853691 or 8724555. OLE color: 8724555.

HSL color Cylindrical-coordinate representation of color #4B2085: hue angle of 265.54º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B2085 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7532133-
CMYK0.440.7600.48
HSL265.54º61.21%32.35%-
HSV(B)265.54º75.94%52.16%-
XYZ7.654.2222.6-
YUV56.37171.25141.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=31.25%
G=13.33%
B=55.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75321330.440.7600.48265.5461.2132.35
Hex4B20852C4C03010a3d20
Octal11340205541140604127540
Binary10010111000001000010110110010011000110000100001010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,133); }

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

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

 a { background-color: rgb(75,32,133); }

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

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

 span { border-color: rgb(75,32,133); }

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