#4D3583

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

Shades of Windsor #4D3583

Tints of Windsor #4D3583

Color information

#4D3583 (or 0x4D3583) is unknown color: approx Windsor. HEX triplet: 4D, 35 and 83. RGB value is (77,53,131). Sum of RGB (Red+Green+Blue) = 77+53+131=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D3583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3583 is #B2CA7C. Grayscale: #444444. Windows color (decimal): -11717245 or 8598861. OLE color: 8598861.

HSL color Cylindrical-coordinate representation of color #4D3583: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3583 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7753131-
CMYK0.410.6000.49
HSL258.46º42.39%36.08%-
HSV(B)258.46º59.54%51.37%-
XYZ8.435.7622.14-
YUV69.07162.95133.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=29.50%
G=20.31%
B=50.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77531310.410.6000.49258.4642.3936.08
Hex4D3583293C0311022a24
Octal1156520351740614025244
Binary1001101110101100000111010011111000110001100000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,131); }

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

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

 a { background-color: rgb(77,53,131); }

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

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

 span { border-color: rgb(77,53,131); }

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