Html Css Color HEX #404447 Arsenic

📋 copy color: '#404447'

red 64 ◦ green 68 ◦ blue 71

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

Shades of Arsenic #404447

Tints of Arsenic #404447

RGB

 RED value IS 64 (25.39% from 255) = 31.53%

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 31.53%
G = 33.5%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404447 (or 0x404447) is known color: Arsenic. HEX triplet: 40, 44 and 47. RGB value is (64,68,71). Sum of RGB (Red+Green+Blue) = 64+68+71=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 71 - color contains mainly: blue. Hex color #404447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404447 is #BFBBB8. Grayscale: #434343. Windows color (decimal): -12565433 or 4670528. OLE color: 4670528.

HSL color Cylindrical-coordinate representation of color #404447: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404447 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 68 71 -
CMYK 0.10 0.04 0 0.72
HSL 205.71º 0.05% 0.26% -
HSV(B) 205.71º 0.1% 0.28% -
XYZ 5.32 5.68 6.78 -
YUV 67.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 64 68 71 0.10 0.04 0 0.72 205.71 0.05 0.26
Hex 40 44 47 A 4 0 48 CE 5 1A
Octal 100 104 107 12 4 0 110 316 5 32
Binary 1000000 1000100 1000111 1010 100 0 1001000 11001110 101 11010

Color Harmonies of #404447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404447

Black with #404447

Text Example


Text Example

White with #404447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404447; }

 p { color: rgb(64,68,71); }

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

background-color css

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

 a { background-color: rgb(64,68,71); }

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

border-color css

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

 span { border-color: rgb(64,68,71); }

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