Html Css Color HEX #444946 Plantation

📋 copy color: '#444946'

red 68 ◦ green 73 ◦ blue 70

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

Shades of Plantation #444946

Tints of Plantation #444946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 32.23%
G = 34.6%
B = 33.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#444946 (or 0x444946) is known color: Plantation. HEX triplet: 44, 49 and 46. RGB value is (68,73,70). Sum of RGB (Red+Green+Blue) = 68+73+70=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #444946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444946 is #BBB6B9. Grayscale: #474747. Windows color (decimal): -12302010 or 4606276. OLE color: 4606276.

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

Color convert

RGB 68 73 70 -
CMYK 0.07 0 0.04 0.71
HSL 144º 0.04% 0.28% -
HSV(B) 144º 0.07% 0.29% -
XYZ 5.87 6.44 6.73 -
YUV 71.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 68 73 70 0.07 0 0.04 0.71 144 0.04 0.28
Hex 44 49 46 7 0 4 47 90 4 1C
Octal 104 111 106 7 0 4 107 220 4 34
Binary 1000100 1001001 1000110 111 0 100 1000111 10010000 100 11100

Color Harmonies of #444946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444946

Black with #444946

Text Example


Text Example

White with #444946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444946; }

 p { color: rgb(68,73,70); }

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

background-color css

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

 a { background-color: rgb(68,73,70); }

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

border-color css

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

 span { border-color: rgb(68,73,70); }

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