#4B2789

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

Shades of Windsor #4B2789

Tints of Windsor #4B2789

Color information

#4B2789 (or 0x4B2789) is unknown color: approx Windsor. HEX triplet: 4B, 27 and 89. RGB value is (75,39,137). Sum of RGB (Red+Green+Blue) = 75+39+137=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B2789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2789 is #B4D876. Grayscale: #3C3C3C. Windows color (decimal): -11851895 or 8988491. OLE color: 8988491.

HSL color Cylindrical-coordinate representation of color #4B2789: hue angle of 262.04º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2789 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7539137-
CMYK0.450.7200.46
HSL262.04º55.68%34.51%-
HSV(B)262.04º71.53%53.73%-
XYZ8.144.7524.16-
YUV60.94170.93138.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 137 (53.91% from 255) = 54.58%
R=29.88%
G=15.54%
B=54.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75391370.450.7200.46262.0455.6834.51
Hex4B27892D4802E1063823
Octal11347211551100564067043
Binary10010111001111000100110110110010000101110100000110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,137); }

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

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

 a { background-color: rgb(75,39,137); }

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

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

 span { border-color: rgb(75,39,137); }

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