Html Css Color HEX #444F4C Corduroy

📋 copy color: '#444F4C'

red 68 ◦ green 79 ◦ blue 76

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

Shades of Corduroy #444F4C

Tints of Corduroy #444F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 30.49%
G = 35.43%
B = 34.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#444F4C (or 0x444F4C) is known color: Corduroy. HEX triplet: 44, 4F and 4C. RGB value is (68,79,76). Sum of RGB (Red+Green+Blue) = 68+79+76=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F4C is #BBB0B3. Grayscale: #4B4B4B. Windows color (decimal): -12300468 or 5001028. OLE color: 5001028.

HSL color Cylindrical-coordinate representation of color #444F4C: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 76 -
CMYK 0.14 0 0.04 0.69
HSL 163.64º 0.07% 0.29% -
HSV(B) 163.64º 0.14% 0.31% -
XYZ 6.48 7.34 7.91 -
YUV 75.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 68 79 76 0.14 0 0.04 0.69 163.64 0.07 0.29
Hex 44 4F 4C E 0 4 45 A4 7 1D
Octal 104 117 114 16 0 4 105 244 7 35
Binary 1000100 1001111 1001100 1110 0 100 1000101 10100100 111 11101

Color Harmonies of #444F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F4C

Black with #444F4C

Text Example


Text Example

White with #444F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444F4C; }

 p { color: rgb(68,79,76); }

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

background-color css

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

 a { background-color: rgb(68,79,76); }

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

border-color css

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

 span { border-color: rgb(68,79,76); }

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