Html Css Color HEX #484B41 Tuatara

📋 copy color: '#484B41'

red 72 ◦ green 75 ◦ blue 65

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

Shades of Tuatara #484B41

Tints of Tuatara #484B41

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 value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#484B41 (or 0x484B41) is known color: 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

RGB 72 75 65 -
CMYK 0.04 0 0.13 0.71
HSL 78º 0.07% 0.27% -
HSV(B) 78º 0.13% 0.29% -
XYZ 6.14 6.79 5.99 -
YUV 72.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 72 75 65 0.04 0 0.13 0.71 78 0.07 0.27
Hex 48 4B 41 4 0 D 47 4E 7 1B
Octal 110 113 101 4 0 15 107 116 7 33
Binary 1001000 1001011 1000001 100 0 1101 1000111 1001110 111 11011

Color Harmonies of #484B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B41

Black with #484B41

Text Example


Text Example

White with #484B41

Text Example


Text Example

HTML Codes & Css Web 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>