#4B298B

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

Shades of Windsor #4B298B

Tints of Windsor #4B298B

Color information

#4B298B (or 0x4B298B) is unknown color: approx Windsor. HEX triplet: 4B, 29 and 8B. RGB value is (75,41,139). Sum of RGB (Red+Green+Blue) = 75+41+139=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B298B is #B4D674. Grayscale: #3D3D3D. Windows color (decimal): -11851381 or 9120075. OLE color: 9120075.

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

Color convert

RGB7541139-
CMYK0.460.7100.45
HSL260.82º54.44%35.29%-
HSV(B)260.82º70.5%54.51%-
XYZ8.354.9524.94-
YUV62.34171.26137.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=29.41%
G=16.08%
B=54.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75411390.460.7100.45260.8254.4435.29
Hex4B298B2E4702D1053623
Octal11351213561070554056643
Binary10010111010011000101110111010001110101101100000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,41,139); }

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

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

 a { background-color: rgb(75,41,139); }

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

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

 span { border-color: rgb(75,41,139); }

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