Html Css Color HEX #444B45 Grey-Asparagus

📋 copy color: '#444B45'

red 68 ◦ green 75 ◦ blue 69

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

Shades of Grey-Asparagus #444B45

Tints of Grey-Asparagus #444B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

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

R = 32.08%
G = 35.38%
B = 32.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#444B45 (or 0x444B45) is known color: Grey-Asparagus. HEX triplet: 44, 4B and 45. RGB value is (68,75,69). Sum of RGB (Red+Green+Blue) = 68+75+69=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #444B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B45 is #BBB4BA. Grayscale: #484848. Windows color (decimal): -12301499 or 4541252. OLE color: 4541252.

HSL color Cylindrical-coordinate representation of color #444B45: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #444B45 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 75 69 -
CMYK 0.09 0 0.08 0.71
HSL 128.57º 0.05% 0.28% -
HSV(B) 128.57º 0.09% 0.29% -
XYZ 5.97 6.69 6.61 -
YUV 72.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 68 75 69 0.09 0 0.08 0.71 128.57 0.05 0.28
Hex 44 4B 45 9 0 8 47 81 5 1C
Octal 104 113 105 11 0 10 107 201 5 34
Binary 1000100 1001011 1000101 1001 0 1000 1000111 10000001 101 11100

Color Harmonies of #444B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B45

Black with #444B45

Text Example


Text Example

White with #444B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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