Html Css Color HEX #464B3E Armadillo

📋 copy color: '#464B3E'

red 70 ◦ green 75 ◦ blue 62

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

Shades of Armadillo #464B3E

Tints of Armadillo #464B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 33.82%
G = 36.23%
B = 29.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#464B3E (or 0x464B3E) is known color: Armadillo. HEX triplet: 46, 4B and 3E. RGB value is (70,75,62). Sum of RGB (Red+Green+Blue) = 70+75+62=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #464B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B3E is #B9B4C1. Grayscale: #484848. Windows color (decimal): -12170434 or 4082502. OLE color: 4082502.

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

Color convert

RGB 70 75 62 -
CMYK 0.07 0 0.17 0.71
HSL 83.08º 0.09% 0.27% -
HSV(B) 83.08º 0.17% 0.29% -
XYZ 5.91 6.68 5.54 -
YUV 72.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 70 75 62 0.07 0 0.17 0.71 83.08 0.09 0.27
Hex 46 4B 3E 7 0 11 47 53 9 1B
Octal 106 113 76 7 0 21 107 123 11 33
Binary 1000110 1001011 111110 111 0 10001 1000111 1010011 1001 11011

Color Harmonies of #464B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B3E

Black with #464B3E

Text Example


Text Example

White with #464B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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