#4B357F

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

Shades of Windsor #4B357F

Tints of Windsor #4B357F

Color information

#4B357F (or 0x4B357F) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 7F. RGB value is (75,53,127). Sum of RGB (Red+Green+Blue) = 75+53+127=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B357F is #B4CA80. Grayscale: #434343. Windows color (decimal): -11848321 or 8336715. OLE color: 8336715.

HSL color Cylindrical-coordinate representation of color #4B357F: hue angle of 257.84º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B357F is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7553127-
CMYK0.410.5800.50
HSL257.84º41.11%35.29%-
HSV(B)257.84º58.27%49.8%-
XYZ8.015.5720.73-
YUV68.01161.29132.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 127 (50% from 255) = 49.80%
R=29.41%
G=20.78%
B=49.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75531270.410.5800.50257.8441.1135.29
Hex4B357F293A0321022923
Octal1136517751720624025143
Binary100101111010111111111010011110100110010100000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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