#4B337B

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

Shades of Windsor #4B337B

Tints of Windsor #4B337B

Color information

#4B337B (or 0x4B337B) is unknown color: approx Windsor. HEX triplet: 4B, 33 and 7B. RGB value is (75,51,123). Sum of RGB (Red+Green+Blue) = 75+51+123=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B337B is #B4CC84. Grayscale: #424242. Windows color (decimal): -11848837 or 8074059. OLE color: 8074059.

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

Color convert

RGB7551123-
CMYK0.390.5900.52
HSL260º41.38%34.12%-
HSV(B)260º58.54%48.24%-
XYZ7.665.2919.36-
YUV66.38159.95134.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=30.12%
G=20.48%
B=49.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75511230.390.5900.5226041.3834.12
Hex4B337B273B0341042922
Octal1136317347730644045142
Binary100101111001111110111001111110110110100100000100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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