Html Css Color HEX #404845 Corduroy

📋 copy color: '#404845'

red 64 ◦ green 72 ◦ blue 69

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

Shades of Corduroy #404845

Tints of Corduroy #404845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 31.22%
G = 35.12%
B = 33.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#404845 (or 0x404845) is known color: Corduroy. HEX triplet: 40, 48 and 45. RGB value is (64,72,69). Sum of RGB (Red+Green+Blue) = 64+72+69=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #404845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404845 is #BFB7BA. Grayscale: #454545. Windows color (decimal): -12564411 or 4540480. OLE color: 4540480.

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

Color convert

RGB 64 72 69 -
CMYK 0.11 0 0.04 0.72
HSL 157.5º 0.06% 0.27% -
HSV(B) 157.5º 0.11% 0.28% -
XYZ 5.51 6.15 6.53 -
YUV 69.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 64 72 69 0.11 0 0.04 0.72 157.5 0.06 0.27
Hex 40 48 45 B 0 4 48 9E 6 1B
Octal 100 110 105 13 0 4 110 236 6 33
Binary 1000000 1001000 1000101 1011 0 100 1001000 10011110 110 11011

Color Harmonies of #404845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404845

Black with #404845

Text Example


Text Example

White with #404845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404845; }

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

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

background-color css

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

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

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

border-color css

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

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

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