Html Css Color HEX #444746 Corduroy

📋 copy color: '#444746'

red 68 ◦ green 71 ◦ blue 70

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

Shades of Corduroy #444746

Tints of Corduroy #444746

RGB

 RED value IS 68 (26.95% from 255) = 32.54%

 GREEN value IS 71 (28.13% from 255) = 33.97%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 32.54%
G = 33.97%
B = 33.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#444746 (or 0x444746) is known color: Corduroy. HEX triplet: 44, 47 and 46. RGB value is (68,71,70). Sum of RGB (Red+Green+Blue) = 68+71+70=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 71 - color contains mainly: green. Hex color #444746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444746 is #BBB8B9. Grayscale: #454545. Windows color (decimal): -12302522 or 4605764. OLE color: 4605764.

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

Color convert

RGB 68 71 70 -
CMYK 0.04 0 0.01 0.72
HSL 160º 0.02% 0.27% -
HSV(B) 160º 0.04% 0.28% -
XYZ 5.74 6.18 6.68 -
YUV 69.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 68 71 70 0.04 0 0.01 0.72 160 0.02 0.27
Hex 44 47 46 4 0 1 48 A0 2 1B
Octal 104 107 106 4 0 1 110 240 2 33
Binary 1000100 1000111 1000110 100 0 1 1001000 10100000 10 11011

Color Harmonies of #444746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444746

Black with #444746

Text Example


Text Example

White with #444746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444746; }

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

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

background-color css

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

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

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

border-color css

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

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

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