#4B263E

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

Shades of Voodoo #4B263E

Tints of Voodoo #4B263E

Color information

#4B263E (or 0x4B263E) is unknown color: approx Voodoo. HEX triplet: 4B, 26 and 3E. RGB value is (75,38,62). Sum of RGB (Red+Green+Blue) = 75+38+62=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B263E is #B4D9C1. Grayscale: #333333. Windows color (decimal): -11852226 or 4073035. OLE color: 4073035.

HSL color Cylindrical-coordinate representation of color #4B263E: hue angle of 321.08º 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 #4B263E is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB753862-
CMYK00.490.170.71
HSL321.08º32.74%22.16%-
HSV(B)321.08º49.33%29.41%-
XYZ4.463.234.95-
YUV51.8133.76144.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=42.86%
G=21.71%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75386200.490.170.71321.0832.7422.16
Hex4B263E03111471412116
Octal1134676061211075014126
Binary1001011100110111110011000110001100011110100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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