#4D2686

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

Shades of Windsor #4D2686

Tints of Windsor #4D2686

Color information

#4D2686 (or 0x4D2686) is unknown color: approx Windsor. HEX triplet: 4D, 26 and 86. RGB value is (77,38,134). Sum of RGB (Red+Green+Blue) = 77+38+134=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D2686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2686 is #B2D979. Grayscale: #3C3C3C. Windows color (decimal): -11721082 or 8791629. OLE color: 8791629.

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

Color convert

RGB7738134-
CMYK0.430.7200.47
HSL264.38º55.81%33.73%-
HSV(B)264.38º71.64%52.55%-
XYZ8.064.6923.03-
YUV60.6169.42139.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.92%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=30.92%
G=15.26%
B=53.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77381340.430.7200.47264.3855.8133.73
Hex4D26862B4802F1083822
Octal11546206531100574107042
Binary10011011001101000011010101110010000101111100001000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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