#484B41

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

Shades of Tuatara #484B41

Tints of Tuatara #484B41

Color information

#484B41 (or 0x484B41) is unknown color: approx Tuatara. HEX triplet: 48, 4B and 41. RGB value is (72,75,65). Sum of RGB (Red+Green+Blue) = 72+75+65=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #484B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B41 is #B7B4BE. Grayscale: #494949. Windows color (decimal): -12039359 or 4279112. OLE color: 4279112.

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

Color convert

RGB727565-
CMYK0.0400.130.71
HSL78º7.14%27.45%-
HSV(B)78º13.33%29.41%-
XYZ6.146.795.99-
YUV72.96123.51127.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=33.96%
G=35.38%
B=30.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275650.0400.130.71787.1427.45
Hex484B4140D474e71b
Octal1101131014015107116733
Binary100100010010111000001100011011000111100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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