#4B287B

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

Shades of Windsor #4B287B

Tints of Windsor #4B287B

Color information

#4B287B (or 0x4B287B) is unknown color: approx Windsor. HEX triplet: 4B, 28 and 7B. RGB value is (75,40,123). Sum of RGB (Red+Green+Blue) = 75+40+123=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B287B is #B4D784. Grayscale: #3B3B3B. Windows color (decimal): -11851653 or 8071243. OLE color: 8071243.

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

Color convert

RGB7540123-
CMYK0.390.6700.52
HSL265.3º50.92%31.96%-
HSV(B)265.3º67.48%48.24%-
XYZ7.244.4419.22-
YUV59.93163.6138.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=31.51%
G=16.81%
B=51.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75401230.390.6700.52265.350.9231.96
Hex4B287B27430341093320
Octal11350173471030644116340
Binary1001011101000111101110011110000110110100100001001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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