#4B263F

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

Shades of Voodoo #4B263F

Tints of Voodoo #4B263F

Color information

#4B263F (or 0x4B263F) is unknown color: approx Voodoo. HEX triplet: 4B, 26 and 3F. RGB value is (75,38,63). Sum of RGB (Red+Green+Blue) = 75+38+63=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B263F is #B4D9C0. Grayscale: #333333. Windows color (decimal): -11852225 or 4138571. OLE color: 4138571.

HSL color Cylindrical-coordinate representation of color #4B263F: hue angle of 319.46º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B263F is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB753863-
CMYK00.490.160.71
HSL319.46º32.74%22.16%-
HSV(B)319.46º49.33%29.41%-
XYZ4.493.245.09-
YUV51.91134.26144.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 63 (25% from 255) = 35.80%
R=42.61%
G=21.59%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75386300.490.160.71319.4632.7422.16
Hex4B263F031104713f2116
Octal1134677061201074774126
Binary1001011100110111111011000110000100011110011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,63); }

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

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

 a { background-color: rgb(75,38,63); }

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

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

 span { border-color: rgb(75,38,63); }

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