#4B3A7C

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

Shades of Windsor #4B3A7C

Tints of Windsor #4B3A7C

Color information

#4B3A7C (or 0x4B3A7C) is unknown color: approx Windsor. HEX triplet: 4B, 3A and 7C. RGB value is (75,58,124). Sum of RGB (Red+Green+Blue) = 75+58+124=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B3A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A7C is #B4C583. Grayscale: #464646. Windows color (decimal): -11847044 or 8141387. OLE color: 8141387.

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

Color convert

RGB7558124-
CMYK0.400.5300.51
HSL255.45º36.26%35.69%-
HSV(B)255.45º53.23%48.63%-
XYZ8.055.9819.8-
YUV70.61158.13131.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=29.18%
G=22.57%
B=48.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75581240.400.5300.51255.4536.2635.69
Hex4B3A7C2835033ff2424
Octal1137217450650633774444
Binary10010111110101111100101000110101011001111111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,124); }

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

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

 a { background-color: rgb(75,58,124); }

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

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

 span { border-color: rgb(75,58,124); }

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