Html Css Color HEX #464B3F Armadillo

📋 copy color: '#464B3F'

red 70 ◦ green 75 ◦ blue 63

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

Shades of Armadillo #464B3F

Tints of Armadillo #464B3F

RGB

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

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

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

R = 33.65%
G = 36.06%
B = 30.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#464B3F (or 0x464B3F) is known color: Armadillo. HEX triplet: 46, 4B and 3F. RGB value is (70,75,63). Sum of RGB (Red+Green+Blue) = 70+75+63=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #464B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B3F is #B9B4C0. Grayscale: #484848. Windows color (decimal): -12170433 or 4148038. OLE color: 4148038.

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

Color convert

RGB 70 75 63 -
CMYK 0.07 0 0.16 0.71
HSL 85º 0.09% 0.27% -
HSV(B) 85º 0.16% 0.29% -
XYZ 5.94 6.69 5.68 -
YUV 72.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 70 75 63 0.07 0 0.16 0.71 85 0.09 0.27
Hex 46 4B 3F 7 0 10 47 55 9 1B
Octal 106 113 77 7 0 20 107 125 11 33
Binary 1000110 1001011 111111 111 0 10000 1000111 1010101 1001 11011

Color Harmonies of #464B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B3F

Black with #464B3F

Text Example


Text Example

White with #464B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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