#4B337C

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

Shades of Windsor #4B337C

Tints of Windsor #4B337C

Color information

#4B337C (or 0x4B337C) is unknown color: approx Windsor. HEX triplet: 4B, 33 and 7C. RGB value is (75,51,124). Sum of RGB (Red+Green+Blue) = 75+51+124=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B337C is #B4CC83. Grayscale: #424242. Windows color (decimal): -11848836 or 8139595. OLE color: 8139595.

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

Color convert

RGB7551124-
CMYK0.400.5900.51
HSL259.73º41.71%34.31%-
HSV(B)259.73º58.87%48.63%-
XYZ7.725.3219.69-
YUV66.5160.45134.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=30%
G=20.4%
B=49.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75511240.400.5900.51259.7341.7134.31
Hex4B337C283B0331042a22
Octal1136317450730634045242
Binary100101111001111111001010001110110110011100000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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