Html Css Color HEX #484B45 Armadillo

📋 copy color: '#484B45'

red 72 ◦ green 75 ◦ blue 69

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

Shades of Armadillo #484B45

Tints of Armadillo #484B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 33.33%
G = 34.72%
B = 31.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#484B45 (or 0x484B45) is known color: Armadillo. HEX triplet: 48, 4B and 45. RGB value is (72,75,69). Sum of RGB (Red+Green+Blue) = 72+75+69=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #484B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B45 is #B7B4BA. Grayscale: #494949. Windows color (decimal): -12039355 or 4541256. OLE color: 4541256.

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

Color convert

RGB 72 75 69 -
CMYK 0.04 0 0.08 0.71
HSL 90º 0.04% 0.28% -
HSV(B) 90º 0.08% 0.29% -
XYZ 6.26 6.84 6.62 -
YUV 73.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 72 75 69 0.04 0 0.08 0.71 90 0.04 0.28
Hex 48 4B 45 4 0 8 47 5A 4 1C
Octal 110 113 105 4 0 10 107 132 4 34
Binary 1001000 1001011 1000101 100 0 1000 1000111 1011010 100 11100

Color Harmonies of #484B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B45

Black with #484B45

Text Example


Text Example

White with #484B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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