Html Css Color HEX #444B47 Plantation

📋 copy color: '#444B47'

red 68 ◦ green 75 ◦ blue 71

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

Shades of Plantation #444B47

Tints of Plantation #444B47

RGB

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

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

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

R = 31.78%
G = 35.05%
B = 33.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#444B47 (or 0x444B47) is known color: Plantation. HEX triplet: 44, 4B and 47. RGB value is (68,75,71). Sum of RGB (Red+Green+Blue) = 68+75+71=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #444B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B47 is #BBB4B8. Grayscale: #484848. Windows color (decimal): -12301497 or 4672324. OLE color: 4672324.

HSL color Cylindrical-coordinate representation of color #444B47: hue angle of 145.71º 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 #444B47 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 75 71 -
CMYK 0.09 0 0.05 0.71
HSL 145.71º 0.05% 0.28% -
HSV(B) 145.71º 0.09% 0.29% -
XYZ 6.04 6.72 6.94 -
YUV 72.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 68 75 71 0.09 0 0.05 0.71 145.71 0.05 0.28
Hex 44 4B 47 9 0 5 47 92 5 1C
Octal 104 113 107 11 0 5 107 222 5 34
Binary 1000100 1001011 1000111 1001 0 101 1000111 10010010 101 11100

Color Harmonies of #444B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B47

Black with #444B47

Text Example


Text Example

White with #444B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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