#4B2C82

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

Shades of Windsor #4B2C82

Tints of Windsor #4B2C82

Color information

#4B2C82 (or 0x4B2C82) is unknown color: approx Windsor. HEX triplet: 4B, 2C and 82. RGB value is (75,44,130). Sum of RGB (Red+Green+Blue) = 75+44+130=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B2C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2C82 is #B4D37D. Grayscale: #3E3E3E. Windows color (decimal): -11850622 or 8531019. OLE color: 8531019.

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

Color convert

RGB7544130-
CMYK0.420.6600.49
HSL261.63º49.43%34.12%-
HSV(B)261.63º66.15%50.98%-
XYZ7.834.9121.65-
YUV63.07165.77136.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=30.12%
G=17.67%
B=52.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75441300.420.6600.49261.6349.4334.12
Hex4B2C822A420311063122
Octal11354202521020614066142
Binary10010111011001000001010101010000100110001100000110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,130); }

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

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

 a { background-color: rgb(75,44,130); }

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

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

 span { border-color: rgb(75,44,130); }

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