#4B2F78

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

Shades of Windsor #4B2F78

Tints of Windsor #4B2F78

Color information

#4B2F78 (or 0x4B2F78) is unknown color: approx Windsor. HEX triplet: 4B, 2F and 78. RGB value is (75,47,120). Sum of RGB (Red+Green+Blue) = 75+47+120=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B2F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F78 is #B4D087. Grayscale: #3F3F3F. Windows color (decimal): -11849864 or 7876427. OLE color: 7876427.

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

Color convert

RGB7547120-
CMYK0.370.6100.53
HSL263.01º43.71%32.75%-
HSV(B)263.01º60.83%47.06%-
XYZ7.314.8818.33-
YUV63.69159.78136.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=30.99%
G=19.42%
B=49.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75471200.370.6100.53263.0143.7132.75
Hex4B2F78253D0351072c21
Octal1135717045750654075441
Binary100101110111111110001001011111010110101100000111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,120); }

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

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

 a { background-color: rgb(75,47,120); }

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

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

 span { border-color: rgb(75,47,120); }

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