Html Css Color HEX #44514E Corduroy

📋 copy color: '#44514E'

red 68 ◦ green 81 ◦ blue 78

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

Shades of Corduroy #44514E

Tints of Corduroy #44514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 29.96%
G = 35.68%
B = 34.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#44514E (or 0x44514E) is known color: Corduroy. HEX triplet: 44, 51 and 4E. RGB value is (68,81,78). Sum of RGB (Red+Green+Blue) = 68+81+78=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #44514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44514E is #BBAEB1. Grayscale: #4C4C4C. Windows color (decimal): -12299954 or 5132612. OLE color: 5132612.

HSL color Cylindrical-coordinate representation of color #44514E: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514E is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 78 -
CMYK 0.16 0 0.04 0.68
HSL 166.15º 0.09% 0.29% -
HSV(B) 166.15º 0.16% 0.32% -
XYZ 6.7 7.66 8.33 -
YUV 76.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 68 81 78 0.16 0 0.04 0.68 166.15 0.09 0.29
Hex 44 51 4E 10 0 4 44 A6 9 1D
Octal 104 121 116 20 0 4 104 246 11 35
Binary 1000100 1010001 1001110 10000 0 100 1000100 10100110 1001 11101

Color Harmonies of #44514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44514E

Black with #44514E

Text Example


Text Example

White with #44514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44514E; }

 p { color: rgb(68,81,78); }

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

background-color css

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

 a { background-color: rgb(68,81,78); }

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

border-color css

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

 span { border-color: rgb(68,81,78); }

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