#4B3676

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

Shades of Windsor #4B3676

Tints of Windsor #4B3676

Color information

#4B3676 (or 0x4B3676) is unknown color: approx Windsor. HEX triplet: 4B, 36 and 76. RGB value is (75,54,118). Sum of RGB (Red+Green+Blue) = 75+54+118=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3676 is #B4C989. Grayscale: #434343. Windows color (decimal): -11848074 or 7747147. OLE color: 7747147.

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

Color convert

RGB7554118-
CMYK0.360.5400.54
HSL259.69º37.21%33.73%-
HSV(B)259.69º54.24%46.27%-
XYZ7.495.4417.8-
YUV67.58156.46133.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=30.36%
G=21.86%
B=47.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75541180.360.5400.54259.6937.2133.73
Hex4B367624360361042522
Octal1136616644660664044542
Binary100101111011011101101001001101100110110100000100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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