#4D387E

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

Shades of Windsor #4D387E

Tints of Windsor #4D387E

Color information

#4D387E (or 0x4D387E) is unknown color: approx Windsor. HEX triplet: 4D, 38 and 7E. RGB value is (77,56,126). Sum of RGB (Red+Green+Blue) = 77+56+126=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D387E is #B2C781. Grayscale: #464646. Windows color (decimal): -11716482 or 8271949. OLE color: 8271949.

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

Color convert

RGB7756126-
CMYK0.390.5600.51
HSL258º38.46%35.69%-
HSV(B)258º55.56%49.41%-
XYZ8.245.9120.45-
YUV70.26159.46132.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 126 (49.61% from 255) = 48.65%
R=29.73%
G=21.62%
B=48.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77561260.390.5600.5125838.4635.69
Hex4D387E27380331022624
Octal1157017647700634024644
Binary100110111100011111101001111110000110011100000010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,126); }

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

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

 a { background-color: rgb(77,56,126); }

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

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

 span { border-color: rgb(77,56,126); }

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