#4e2a7f

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

Shades of Windsor #4E2A7F

Tints of Windsor #4E2A7F

Color information

#4E2A7F (or 0x4E2A7F) is unknown color: approx Windsor. HEX triplet: 4E, 2A and 7F. RGB value is (78,42,127). Sum of RGB (Red+Green+Blue) = 78+42+127=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E2A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A7F is #B1D580. Grayscale: #3E3E3E. Windows color (decimal): -11654529 or 8333902. OLE color: 8333902.

HSL color Cylindrical-coordinate representation of color #4E2A7F: hue angle of 265.41º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2A7F is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7842127-
CMYK0.390.6700.50
HSL265.41º50.3%33.14%-
HSV(B)265.41º66.93%49.8%-
XYZ7.84.8120.6-
YUV62.45164.43139.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 127 (50% from 255) = 51.42%
R=31.58%
G=17.00%
B=51.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78421270.390.6700.50265.4150.333.14
Hex4E2A7F27430321093221
Octal11652177471030624116241
Binary1001110101010111111110011110000110110010100001001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e2a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,127); }

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

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

 a { background-color: rgb(78,42,127); }

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

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

 span { border-color: rgb(78,42,127); }

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