#4D377D

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

Shades of Windsor #4D377D

Tints of Windsor #4D377D

Color information

#4D377D (or 0x4D377D) is unknown color: approx Windsor. HEX triplet: 4D, 37 and 7D. RGB value is (77,55,125). Sum of RGB (Red+Green+Blue) = 77+55+125=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D377D is #B2C882. Grayscale: #454545. Windows color (decimal): -11716739 or 8206157. OLE color: 8206157.

HSL color Cylindrical-coordinate representation of color #4D377D: hue angle of 258.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D377D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7755125-
CMYK0.380.5600.51
HSL258.86º38.89%35.29%-
HSV(B)258.86º56%49.02%-
XYZ8.135.7920.09-
YUV69.56159.29133.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 125 (49.22% from 255) = 48.64%
R=29.96%
G=21.40%
B=48.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77551250.380.5600.51258.8638.8935.29
Hex4D377D26380331032723
Octal1156717546700634034743
Binary100110111011111111011001101110000110011100000011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,55,125); }

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

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

 a { background-color: rgb(77,55,125); }

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

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

 span { border-color: rgb(77,55,125); }

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