#4B2985

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

Shades of Windsor #4B2985

Tints of Windsor #4B2985

Color information

#4B2985 (or 0x4B2985) is unknown color: approx Windsor. HEX triplet: 4B, 29 and 85. RGB value is (75,41,133). Sum of RGB (Red+Green+Blue) = 75+41+133=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2985 is #B4D67A. Grayscale: #3D3D3D. Windows color (decimal): -11851387 or 8726859. OLE color: 8726859.

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

Color convert

RGB7541133-
CMYK0.440.6900.48
HSL262.17º52.87%34.12%-
HSV(B)262.17º69.17%52.16%-
XYZ7.934.7822.69-
YUV61.65168.26137.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=30.12%
G=16.47%
B=53.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75411330.440.6900.48262.1752.8734.12
Hex4B29852C450301063522
Octal11351205541050604066542
Binary10010111010011000010110110010001010110000100000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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