#4B357B

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

Shades of Windsor #4B357B

Tints of Windsor #4B357B

Color information

#4B357B (or 0x4B357B) is unknown color: approx Windsor. HEX triplet: 4B, 35 and 7B. RGB value is (75,53,123). Sum of RGB (Red+Green+Blue) = 75+53+123=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B357B is #B4CA84. Grayscale: #434343. Windows color (decimal): -11848325 or 8074571. OLE color: 8074571.

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

Color convert

RGB7553123-
CMYK0.390.5700.52
HSL258.86º39.77%34.51%-
HSV(B)258.86º56.91%48.24%-
XYZ7.755.4719.39-
YUV67.56159.29133.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=29.88%
G=21.12%
B=49.00%

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
Decimal75531230.390.5700.52258.8639.7734.51
Hex4B357B27390341032823
Octal1136517347710644035043
Binary100101111010111110111001111110010110100100000011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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