#4B3477

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

Shades of Windsor #4B3477

Tints of Windsor #4B3477

Color information

#4B3477 (or 0x4B3477) is unknown color: approx Windsor. HEX triplet: 4B, 34 and 77. RGB value is (75,52,119). Sum of RGB (Red+Green+Blue) = 75+52+119=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3477 is #B4CB88. Grayscale: #424242. Windows color (decimal): -11848585 or 7812171. OLE color: 7812171.

HSL color Cylindrical-coordinate representation of color #4B3477: hue angle of 260.6º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B3477 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7552119-
CMYK0.370.5600.53
HSL260.6º39.18%33.53%-
HSV(B)260.6º56.3%46.67%-
XYZ7.465.2818.08-
YUV66.52157.62134.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=30.49%
G=21.14%
B=48.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75521190.370.5600.53260.639.1833.53
Hex4B347725380351052722
Octal1136416745700654054742
Binary100101111010011101111001011110000110101100000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,119); }

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

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

 a { background-color: rgb(75,52,119); }

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

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

 span { border-color: rgb(75,52,119); }

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