Html Css Color HEX #446047 Grey-Asparagus

📋 copy color: '#446047'

red 68 ◦ green 96 ◦ blue 71

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

Shades of Grey-Asparagus #446047

Tints of Grey-Asparagus #446047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 71 (28.13% from 255) = 30.21%

R = 28.94%
G = 40.85%
B = 30.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#446047 (or 0x446047) is known color: Grey-Asparagus. HEX triplet: 44, 60 and 47. RGB value is (68,96,71). Sum of RGB (Red+Green+Blue) = 68+96+71=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #446047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446047 is #BB9FB8. Grayscale: #545454. Windows color (decimal): -12296121 or 4677700. OLE color: 4677700.

HSL color Cylindrical-coordinate representation of color #446047: hue angle of 126.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446047 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 71 -
CMYK 0.29 0 0.26 0.62
HSL 126.43º 0.17% 0.32% -
HSV(B) 126.43º 0.29% 0.38% -
XYZ 7.7 10.05 7.49 -
YUV 84.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 68 96 71 0.29 0 0.26 0.62 126.43 0.17 0.32
Hex 44 60 47 1D 0 1A 3E 7E 11 20
Octal 104 140 107 35 0 32 76 176 21 40
Binary 1000100 1100000 1000111 11101 0 11010 111110 1111110 10001 100000

Color Harmonies of #446047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446047

Black with #446047

Text Example


Text Example

White with #446047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446047; }

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

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

background-color css

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

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

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

border-color css

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

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

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