#4B1E94

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

Shades of Windsor #4B1E94

Tints of Windsor #4B1E94

Color information

#4B1E94 (or 0x4B1E94) is unknown color: approx Windsor. HEX triplet: 4B, 1E and 94. RGB value is (75,30,148). Sum of RGB (Red+Green+Blue) = 75+30+148=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B1E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1E94 is #B4E16B. Grayscale: #383838. Windows color (decimal): -11854188 or 9707083. OLE color: 9707083.

HSL color Cylindrical-coordinate representation of color #4B1E94: hue angle of 262.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1E94 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7530148-
CMYK0.490.8000.42
HSL262.88º66.29%34.9%-
HSV(B)262.88º79.73%58.04%-
XYZ8.714.5628.44-
YUV56.91179.41140.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=29.64%
G=11.86%
B=58.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75301480.490.8000.42262.8866.2934.9
Hex4B1E94315002A1074223
Octal113362246112005240710243
Binary10010111111010010100110001101000001010101000001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,30,148); }

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

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

 a { background-color: rgb(75,30,148); }

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

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

 span { border-color: rgb(75,30,148); }

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