#4B357A

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

Shades of Windsor #4B357A

Tints of Windsor #4B357A

Color information

#4B357A (or 0x4B357A) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 7A. RGB value is (75,53,122). Sum of RGB (Red+Green+Blue) = 75+53+122=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B357A is #B4CA85. Grayscale: #434343. Windows color (decimal): -11848326 or 8009035. OLE color: 8009035.

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

Color convert

RGB7553122-
CMYK0.390.5700.52
HSL259.13º39.43%34.31%-
HSV(B)259.13º56.56%47.84%-
XYZ7.695.4519.06-
YUV67.44158.79133.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=30%
G=21.2%
B=48.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75531220.390.5700.52259.1339.4334.31
Hex4B357A27390341032722
Octal1136517247710644034742
Binary100101111010111110101001111110010110100100000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,122); }

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

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

 a { background-color: rgb(75,53,122); }

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

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

 span { border-color: rgb(75,53,122); }

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