#4D268B

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

Shades of Windsor #4D268B

Tints of Windsor #4D268B

Color information

#4D268B (or 0x4D268B) is unknown color: approx Windsor. HEX triplet: 4D, 26 and 8B. RGB value is (77,38,139). Sum of RGB (Red+Green+Blue) = 77+38+139=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D268B is #B2D974. Grayscale: #3C3C3C. Windows color (decimal): -11721077 or 9119309. OLE color: 9119309.

HSL color Cylindrical-coordinate representation of color #4D268B: hue angle of 263.17º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D268B is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7738139-
CMYK0.450.7300.45
HSL263.17º57.06%34.71%-
HSV(B)263.17º72.66%54.51%-
XYZ8.414.8324.91-
YUV61.18171.92139.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.31%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=30.31%
G=14.96%
B=54.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77381390.450.7300.45263.1757.0634.71
Hex4D268B2D4902D1073923
Octal11546213551110554077143
Binary10011011001101000101110110110010010101101100000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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