Html Css Color HEX #403442 Fuscous Grey

📋 copy color: '#403442'

red 64 ◦ green 52 ◦ blue 66

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

Shades of Fuscous Grey #403442

Tints of Fuscous Grey #403442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 35.16%
G = 28.57%
B = 36.26%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403442 (or 0x403442) is known color: Fuscous Grey. HEX triplet: 40, 34 and 42. RGB value is (64,52,66). Sum of RGB (Red+Green+Blue) = 64+52+66=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 66 - color contains mainly: blue. Hex color #403442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403442 is #BFCBBD. Grayscale: #393939. Windows color (decimal): -12569534 or 4338752. OLE color: 4338752.

HSL color Cylindrical-coordinate representation of color #403442: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #403442 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 52 66 -
CMYK 0.03 0.21 0 0.74
HSL 291.43º 0.12% 0.23% -
HSV(B) 291.43º 0.21% 0.26% -
XYZ 4.33 3.94 5.69 -
YUV 57.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 64 52 66 0.03 0.21 0 0.74 291.43 0.12 0.23
Hex 40 34 42 3 15 0 4A 123 C 17
Octal 100 64 102 3 25 0 112 443 14 27
Binary 1000000 110100 1000010 11 10101 0 1001010 100100011 1100 10111

Color Harmonies of #403442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403442

Black with #403442

Text Example


Text Example

White with #403442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403442; }

 p { color: rgb(64,52,66); }

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

background-color css

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

 a { background-color: rgb(64,52,66); }

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

border-color css

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

 span { border-color: rgb(64,52,66); }

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