#4B3276

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

Shades of Windsor #4B3276

Tints of Windsor #4B3276

Color information

#4B3276 (or 0x4B3276) is unknown color: approx Windsor. HEX triplet: 4B, 32 and 76. RGB value is (75,50,118). Sum of RGB (Red+Green+Blue) = 75+50+118=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3276 is #B4CD89. Grayscale: #404040. Windows color (decimal): -11849098 or 7746123. OLE color: 7746123.

HSL color Cylindrical-coordinate representation of color #4B3276: hue angle of 262.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3276 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7550118-
CMYK0.360.5800.54
HSL262.06º40.48%32.94%-
HSV(B)262.06º57.63%46.27%-
XYZ7.315.0917.74-
YUV65.23157.78134.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.86%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=30.86%
G=20.58%
B=48.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75501180.360.5800.54262.0640.4832.94
Hex4B3276243A0361062821
Octal1136216644720664065041
Binary100101111001011101101001001110100110110100000110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,118); }

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

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

 a { background-color: rgb(75,50,118); }

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

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

 span { border-color: rgb(75,50,118); }

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