Html Css Color HEX #484A41 Tuatara

📋 copy color: '#484A41'

red 72 ◦ green 74 ◦ blue 65

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

Shades of Tuatara #484A41

Tints of Tuatara #484A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 34.12%
G = 35.07%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#484A41 (or 0x484A41) is known color: Tuatara. HEX triplet: 48, 4A and 41. RGB value is (72,74,65). Sum of RGB (Red+Green+Blue) = 72+74+65=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #484A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A41 is #B7B5BE. Grayscale: #484848. Windows color (decimal): -12039615 or 4278856. OLE color: 4278856.

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

Color convert

RGB 72 74 65 -
CMYK 0.03 0 0.12 0.71
HSL 73.33º 0.06% 0.27% -
HSV(B) 73.33º 0.12% 0.29% -
XYZ 6.08 6.66 5.97 -
YUV 72.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 72 74 65 0.03 0 0.12 0.71 73.33 0.06 0.27
Hex 48 4A 41 3 0 C 47 49 6 1B
Octal 110 112 101 3 0 14 107 111 6 33
Binary 1001000 1001010 1000001 11 0 1100 1000111 1001001 110 11011

Color Harmonies of #484A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A41

Black with #484A41

Text Example


Text Example

White with #484A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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