#4B327B

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

Shades of Windsor #4B327B

Tints of Windsor #4B327B

Color information

#4B327B (or 0x4B327B) is unknown color: approx Windsor. HEX triplet: 4B, 32 and 7B. RGB value is (75,50,123). Sum of RGB (Red+Green+Blue) = 75+50+123=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B327B is #B4CD84. Grayscale: #414141. Windows color (decimal): -11849093 or 8073803. OLE color: 8073803.

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

Color convert

RGB7550123-
CMYK0.390.5900.52
HSL260.55º42.2%33.92%-
HSV(B)260.55º59.35%48.24%-
XYZ7.625.2119.34-
YUV65.8160.28134.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=30.24%
G=20.16%
B=49.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75501230.390.5900.52260.5542.233.92
Hex4B327B273B0341052a22
Octal1136217347730644055242
Binary100101111001011110111001111110110110100100000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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