Html Css Color HEX #404844 Corduroy

📋 copy color: '#404844'

red 64 ◦ green 72 ◦ blue 68

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

Shades of Corduroy #404844

Tints of Corduroy #404844

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#404844 (or 0x404844) is known color: Corduroy. HEX triplet: 40, 48 and 44. RGB value is (64,72,68). Sum of RGB (Red+Green+Blue) = 64+72+68=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #404844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404844 is #BFB7BB. Grayscale: #454545. Windows color (decimal): -12564412 or 4474944. OLE color: 4474944.

HSL color Cylindrical-coordinate representation of color #404844: hue angle of 150º 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 #404844 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 68 -
CMYK 0.11 0 0.06 0.72
HSL 150º 0.06% 0.27% -
HSV(B) 150º 0.11% 0.28% -
XYZ 5.48 6.14 6.37 -
YUV 69.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 64 72 68 0.11 0 0.06 0.72 150 0.06 0.27
Hex 40 48 44 B 0 6 48 96 6 1B
Octal 100 110 104 13 0 6 110 226 6 33
Binary 1000000 1001000 1000100 1011 0 110 1001000 10010110 110 11011

Color Harmonies of #404844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404844

Black with #404844

Text Example


Text Example

White with #404844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404844; }

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

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

background-color css

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

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

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

border-color css

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

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

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