#4B3779

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

Shades of Windsor #4B3779

Tints of Windsor #4B3779

Color information

#4B3779 (or 0x4B3779) is unknown color: approx Windsor. HEX triplet: 4B, 37 and 79. RGB value is (75,55,121). Sum of RGB (Red+Green+Blue) = 75+55+121=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3779 is #B4C886. Grayscale: #444444. Windows color (decimal): -11847815 or 7944011. OLE color: 7944011.

HSL color Cylindrical-coordinate representation of color #4B3779: hue angle of 258.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3779 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7555121-
CMYK0.380.5500.53
HSL258.18º37.5%34.51%-
HSV(B)258.18º54.55%47.45%-
XYZ7.725.6118.76-
YUV68.5157.63132.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=29.88%
G=21.91%
B=48.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75551210.380.5500.53258.1837.534.51
Hex4B377926370351022623
Octal1136717146670654024643
Binary100101111011111110011001101101110110101100000010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,121); }

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

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

 a { background-color: rgb(75,55,121); }

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

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

 span { border-color: rgb(75,55,121); }

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