#4B287D

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

Shades of Windsor #4B287D

Tints of Windsor #4B287D

Color information

#4B287D (or 0x4B287D) is unknown color: approx Windsor. HEX triplet: 4B, 28 and 7D. RGB value is (75,40,125). Sum of RGB (Red+Green+Blue) = 75+40+125=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B287D is #B4D782. Grayscale: #3B3B3B. Windows color (decimal): -11851651 or 8202315. OLE color: 8202315.

HSL color Cylindrical-coordinate representation of color #4B287D: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B287D is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7540125-
CMYK0.400.6800.51
HSL264.71º51.52%32.35%-
HSV(B)264.71º68%49.02%-
XYZ7.364.4919.88-
YUV60.16164.6138.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=31.25%
G=16.67%
B=52.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75401250.400.6800.51264.7151.5232.35
Hex4B287D28440331093420
Octal11350175501040634116440
Binary1001011101000111110110100010001000110011100001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,125); }

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

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

 a { background-color: rgb(75,40,125); }

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

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

 span { border-color: rgb(75,40,125); }

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