Html Css Color HEX #4B5045 Armadillo

📋 copy color: '#4B5045'

red 75 ◦ green 80 ◦ blue 69

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

Shades of Armadillo #4B5045

Tints of Armadillo #4B5045

RGB

 RED value IS 75 (29.69% from 255) = 33.48%

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 33.48%
G = 35.71%
B = 30.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4B5045 (or 0x4B5045) is known color: Armadillo. HEX triplet: 4B, 50 and 45. RGB value is (75,80,69). Sum of RGB (Red+Green+Blue) = 75+80+69=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5045 is #B4AFBA. Grayscale: #4D4D4D. Windows color (decimal): -11841467 or 4542539. OLE color: 4542539.

HSL color Cylindrical-coordinate representation of color #4B5045: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4B5045 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 80 69 -
CMYK 0.06 0 0.14 0.69
HSL 87.27º 0.07% 0.29% -
HSV(B) 87.27º 0.14% 0.31% -
XYZ 6.84 7.66 6.75 -
YUV 77.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 75 80 69 0.06 0 0.14 0.69 87.27 0.07 0.29
Hex 4B 50 45 6 0 E 45 57 7 1D
Octal 113 120 105 6 0 16 105 127 7 35
Binary 1001011 1010000 1000101 110 0 1110 1000101 1010111 111 11101

Color Harmonies of #4B5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5045

Black with #4B5045

Text Example


Text Example

White with #4B5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B5045; }

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

 H1.HeaderClassName
 {
   color: #4B5045;
 }
 .AnyTagClassName
 {
   color: #4B5045;
 }
</style>

background-color css

<style>
 a { background-color: #4B5045; }

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

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

border-color css

<style>
 span { border-color: #4B5045; }

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

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