#483E44

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

Shades of Voodoo #483E44

Tints of Voodoo #483E44

Color information

#483E44 (or 0x483E44) is unknown color: approx Voodoo. HEX triplet: 48, 3E and 44. RGB value is (72,62,68). Sum of RGB (Red+Green+Blue) = 72+62+68=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #483E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E44 is #B7C1BB. Grayscale: #414141. Windows color (decimal): -12042684 or 4472392. OLE color: 4472392.

HSL color Cylindrical-coordinate representation of color #483E44: hue angle of 324º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E44 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB726268-
CMYK00.140.060.72
HSL324º7.46%26.27%-
HSV(B)324º13.89%28.24%-
XYZ5.445.246.19-
YUV65.67129.31132.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=35.64%
G=30.69%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72626800.140.060.723247.4626.27
Hex483E440E64814471a
Octal110761040166110504732
Binary1001000111110100010001110110100100010100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E44; }

 p { color: rgb(72,62,68); }

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

<style>
 a { background-color: #483E44; }

 a { background-color: rgb(72,62,68); }

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

<style>
 span { border-color: #483E44; }

 span { border-color: rgb(72,62,68); }

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