#4B317F

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

Shades of Windsor #4B317F

Tints of Windsor #4B317F

Color information

#4B317F (or 0x4B317F) is unknown color: approx Windsor. HEX triplet: 4B, 31 and 7F. RGB value is (75,49,127). Sum of RGB (Red+Green+Blue) = 75+49+127=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B317F is #B4CE80. Grayscale: #414141. Windows color (decimal): -11849345 or 8335691. OLE color: 8335691.

HSL color Cylindrical-coordinate representation of color #4B317F: hue angle of 260º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B317F is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7549127-
CMYK0.410.6100.50
HSL260º44.32%34.51%-
HSV(B)260º61.42%49.8%-
XYZ7.835.2220.67-
YUV65.67162.61134.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 127 (50% from 255) = 50.60%
R=29.88%
G=19.52%
B=50.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75491270.410.6100.5026044.3234.51
Hex4B317F293D0321042c23
Octal1136117751750624045443
Binary100101111000111111111010011111010110010100000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,127); }

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

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

 a { background-color: rgb(75,49,127); }

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

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

 span { border-color: rgb(75,49,127); }

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