Html Css Color HEX #464B42 Armadillo

📋 copy color: '#464B42'

red 70 ◦ green 75 ◦ blue 66

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

Shades of Armadillo #464B42

Tints of Armadillo #464B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 33.18%
G = 35.55%
B = 31.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#464B42 (or 0x464B42) is known color: Armadillo. HEX triplet: 46, 4B and 42. RGB value is (70,75,66). Sum of RGB (Red+Green+Blue) = 70+75+66=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #464B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B42 is #B9B4BD. Grayscale: #484848. Windows color (decimal): -12170430 or 4344646. OLE color: 4344646.

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

Color convert

RGB 70 75 66 -
CMYK 0.07 0 0.12 0.71
HSL 93.33º 0.06% 0.28% -
HSV(B) 93.33º 0.12% 0.29% -
XYZ 6.03 6.73 6.14 -
YUV 72.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 70 75 66 0.07 0 0.12 0.71 93.33 0.06 0.28
Hex 46 4B 42 7 0 C 47 5D 6 1C
Octal 106 113 102 7 0 14 107 135 6 34
Binary 1000110 1001011 1000010 111 0 1100 1000111 1011101 110 11100

Color Harmonies of #464B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B42

Black with #464B42

Text Example


Text Example

White with #464B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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