Html Css Color HEX #464B40 Armadillo

📋 copy color: '#464B40'

red 70 ◦ green 75 ◦ blue 64

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

Shades of Armadillo #464B40

Tints of Armadillo #464B40

RGB

 RED value IS 70 (27.73% from 255) = 33.49%

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

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

R = 33.49%
G = 35.89%
B = 30.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#464B40 (or 0x464B40) is known color: Armadillo. HEX triplet: 46, 4B and 40. RGB value is (70,75,64). Sum of RGB (Red+Green+Blue) = 70+75+64=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #464B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B40 is #B9B4BF. Grayscale: #484848. Windows color (decimal): -12170432 or 4213574. OLE color: 4213574.

HSL color Cylindrical-coordinate representation of color #464B40: hue angle of 87.27º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #464B40 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 64 -
CMYK 0.07 0 0.15 0.71
HSL 87.27º 0.08% 0.27% -
HSV(B) 87.27º 0.15% 0.29% -
XYZ 5.97 6.7 5.83 -
YUV 72.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 70 75 64 0.07 0 0.15 0.71 87.27 0.08 0.27
Hex 46 4B 40 7 0 F 47 57 8 1B
Octal 106 113 100 7 0 17 107 127 10 33
Binary 1000110 1001011 1000000 111 0 1111 1000111 1010111 1000 11011

Color Harmonies of #464B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B40

Black with #464B40

Text Example


Text Example

White with #464B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464B40; }

 p { color: rgb(70,75,64); }

 H1.HeaderClassName
 {
   color: #464B40;
 }
 .AnyTagClassName
 {
   color: #464B40;
 }
</style>

background-color css

<style>
 a { background-color: #464B40; }

 a { background-color: rgb(70,75,64); }

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

border-color css

<style>
 span { border-color: #464B40; }

 span { border-color: rgb(70,75,64); }

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