#4D2986

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

Shades of Windsor #4D2986

Tints of Windsor #4D2986

Color information

#4D2986 (or 0x4D2986) is unknown color: approx Windsor. HEX triplet: 4D, 29 and 86. RGB value is (77,41,134). Sum of RGB (Red+Green+Blue) = 77+41+134=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D2986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2986 is #B2D679. Grayscale: #3E3E3E. Windows color (decimal): -11720314 or 8792397. OLE color: 8792397.

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

Color convert

RGB7741134-
CMYK0.430.6900.47
HSL263.23º53.14%34.31%-
HSV(B)263.23º69.4%52.55%-
XYZ8.164.8823.07-
YUV62.37168.43138.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=30.56%
G=16.27%
B=53.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77411340.430.6900.47263.2353.1434.31
Hex4D29862B4502F1073522
Octal11551206531050574076542
Binary10011011010011000011010101110001010101111100000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,134); }

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

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

 a { background-color: rgb(77,41,134); }

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

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

 span { border-color: rgb(77,41,134); }

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