#484B40

Color #484B40 Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #484B40

Tints of Tuatara #484B40

Color information

#484B40 (or 0x484B40) is unknown color: approx Tuatara. HEX triplet: 48, 4B and 40. RGB value is (72,75,64). Sum of RGB (Red+Green+Blue) = 72+75+64=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #484B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B40 is #B7B4BF. Grayscale: #484848. Windows color (decimal): -12039360 or 4213576. OLE color: 4213576.

HSL color Cylindrical-coordinate representation of color #484B40: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #484B40 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB727564-
CMYK0.0400.150.71
HSL76.36º7.91%27.25%-
HSV(B)76.36º14.67%29.41%-
XYZ6.116.785.84-
YUV72.85123.01127.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=34.12%
G=35.55%
B=30.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275640.0400.150.7176.367.9127.25
Hex484B4040F474c81b
Octal11011310040171071141033
Binary1001000100101110000001000111110001111001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B40; }

 p { color: rgb(72,75,64); }

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

<style>
 a { background-color: #484B40; }

 a { background-color: rgb(72,75,64); }

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

<style>
 span { border-color: #484B40; }

 span { border-color: rgb(72,75,64); }

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