Html Css Color HEX #484C40 Tuatara

📋 copy color: '#484C40'

red 72 ◦ green 76 ◦ blue 64

#484C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuatara #484C40

Tints of Tuatara #484C40

RGB

 RED value IS 72 (28.52% from 255) = 33.96%

 GREEN value IS 76 (30.08% from 255) = 35.85%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 33.96%
G = 35.85%
B = 30.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#484C40 (or 0x484C40) is known color: Tuatara. HEX triplet: 48, 4C and 40. RGB value is (72,76,64). Sum of RGB (Red+Green+Blue) = 72+76+64=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #484C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C40 is #B7B3BF. Grayscale: #494949. Windows color (decimal): -12039104 or 4213832. OLE color: 4213832.

HSL color Cylindrical-coordinate representation of color #484C40: hue angle of 80º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484C40 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 64 -
CMYK 0.05 0 0.16 0.70
HSL 80º 0.09% 0.27% -
HSV(B) 80º 0.16% 0.3% -
XYZ 6.18 6.92 5.86 -
YUV 73.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 72 76 64 0.05 0 0.16 0.70 80 0.09 0.27
Hex 48 4C 40 5 0 10 46 50 9 1B
Octal 110 114 100 5 0 20 106 120 11 33
Binary 1001000 1001100 1000000 101 0 10000 1000110 1010000 1001 11011

Color Harmonies of #484C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C40

Black with #484C40

Text Example


Text Example

White with #484C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #484C40;
 }
 .AnyTagClassName
 {
   color: #484C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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