Html Css Color HEX #404448 Arsenic

📋 copy color: '#404448'

red 64 ◦ green 68 ◦ blue 72

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

Shades of Arsenic #404448

Tints of Arsenic #404448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 31.37%
G = 33.33%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404448 (or 0x404448) is known color: Arsenic. HEX triplet: 40, 44 and 48. RGB value is (64,68,72). Sum of RGB (Red+Green+Blue) = 64+68+72=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #404448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404448 is #BFBBB7. Grayscale: #434343. Windows color (decimal): -12565432 or 4736064. OLE color: 4736064.

HSL color Cylindrical-coordinate representation of color #404448: hue angle of 210º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404448 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 68 72 -
CMYK 0.11 0.06 0 0.72
HSL 210º 0.06% 0.27% -
HSV(B) 210º 0.11% 0.28% -
XYZ 5.35 5.69 6.95 -
YUV 67.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 64 68 72 0.11 0.06 0 0.72 210 0.06 0.27
Hex 40 44 48 B 6 0 48 D2 6 1B
Octal 100 104 110 13 6 0 110 322 6 33
Binary 1000000 1000100 1001000 1011 110 0 1001000 11010010 110 11011

Color Harmonies of #404448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404448

Black with #404448

Text Example


Text Example

White with #404448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404448; }

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

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

background-color css

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

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

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

border-color css

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

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

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