Html Css Color HEX #44504B Corduroy

📋 copy color: '#44504B'

red 68 ◦ green 80 ◦ blue 75

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

Shades of Corduroy #44504B

Tints of Corduroy #44504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 30.49%
G = 35.87%
B = 33.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#44504B (or 0x44504B) is known color: Corduroy. HEX triplet: 44, 50 and 4B. RGB value is (68,80,75). Sum of RGB (Red+Green+Blue) = 68+80+75=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #44504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44504B is #BBAFB4. Grayscale: #4B4B4B. Windows color (decimal): -12300213 or 4935748. OLE color: 4935748.

HSL color Cylindrical-coordinate representation of color #44504B: hue angle of 155º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504B is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 75 -
CMYK 0.15 0 0.06 0.69
HSL 155º 0.08% 0.29% -
HSV(B) 155º 0.15% 0.31% -
XYZ 6.52 7.47 7.76 -
YUV 75.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 68 80 75 0.15 0 0.06 0.69 155 0.08 0.29
Hex 44 50 4B F 0 6 45 9B 8 1D
Octal 104 120 113 17 0 6 105 233 10 35
Binary 1000100 1010000 1001011 1111 0 110 1000101 10011011 1000 11101

Color Harmonies of #44504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44504B

Black with #44504B

Text Example


Text Example

White with #44504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44504B; }

 p { color: rgb(68,80,75); }

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

background-color css

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

 a { background-color: rgb(68,80,75); }

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

border-color css

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

 span { border-color: rgb(68,80,75); }

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