Html Css Color HEX #464C3F Armadillo

📋 copy color: '#464C3F'

red 70 ◦ green 76 ◦ blue 63

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

Shades of Armadillo #464C3F

Tints of Armadillo #464C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 63 (25% from 255) = 30.14%

R = 33.49%
G = 36.36%
B = 30.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#464C3F (or 0x464C3F) is known color: Armadillo. HEX triplet: 46, 4C and 3F. RGB value is (70,76,63). Sum of RGB (Red+Green+Blue) = 70+76+63=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #464C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C3F is #B9B3C0. Grayscale: #484848. Windows color (decimal): -12170177 or 4148294. OLE color: 4148294.

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

Color convert

RGB 70 76 63 -
CMYK 0.08 0 0.17 0.70
HSL 87.69º 0.09% 0.27% -
HSV(B) 87.69º 0.17% 0.3% -
XYZ 6.01 6.83 5.7 -
YUV 72.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 70 76 63 0.08 0 0.17 0.70 87.69 0.09 0.27
Hex 46 4C 3F 8 0 11 46 58 9 1B
Octal 106 114 77 10 0 21 106 130 11 33
Binary 1000110 1001100 111111 1000 0 10001 1000110 1011000 1001 11011

Color Harmonies of #464C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C3F

Black with #464C3F

Text Example


Text Example

White with #464C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,63); }

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

background-color css

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

 a { background-color: rgb(70,76,63); }

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

border-color css

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

 span { border-color: rgb(70,76,63); }

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