#4B2042

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

Shades of Voodoo #4B2042

Tints of Voodoo #4B2042

Color information

#4B2042 (or 0x4B2042) is unknown color: approx Voodoo. HEX triplet: 4B, 20 and 42. RGB value is (75,32,66). Sum of RGB (Red+Green+Blue) = 75+32+66=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2042 is #B4DFBD. Grayscale: #303030. Windows color (decimal): -11853758 or 4333643. OLE color: 4333643.

HSL color Cylindrical-coordinate representation of color #4B2042: hue angle of 312.56º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2042 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB753266-
CMYK00.570.120.71
HSL312.56º40.19%20.98%-
HSV(B)312.56º57.33%29.41%-
XYZ4.42.925.49-
YUV48.73137.75146.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=43.35%
G=18.50%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75326600.570.120.71312.5640.1920.98
Hex4B2042039C471392815
Octal11340102071141074715025
Binary1001011100000100001001110011100100011110011100110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,66); }

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

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

 a { background-color: rgb(75,32,66); }

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

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

 span { border-color: rgb(75,32,66); }

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