Html Css Color HEX #446D72 Ming

📋 copy color: '#446D72'

red 68 ◦ green 109 ◦ blue 114

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

Shades of Ming #446D72

Tints of Ming #446D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 23.37%
G = 37.46%
B = 39.18%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#446D72 (or 0x446D72) is known color: Ming. HEX triplet: 44, 6D and 72. RGB value is (68,109,114). Sum of RGB (Red+Green+Blue) = 68+109+114=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #446D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D72 is #BB928D. Grayscale: #616161. Windows color (decimal): -12292750 or 7499076. OLE color: 7499076.

HSL color Cylindrical-coordinate representation of color #446D72: hue angle of 186.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446D72 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 109 114 -
CMYK 0.40 0.04 0 0.55
HSL 186.52º 0.25% 0.36% -
HSV(B) 186.52º 0.4% 0.45% -
XYZ 10.89 13.38 17.93 -
YUV 97.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 68 109 114 0.40 0.04 0 0.55 186.52 0.25 0.36
Hex 44 6D 72 28 4 0 37 BB 19 24
Octal 104 155 162 50 4 0 67 273 31 44
Binary 1000100 1101101 1110010 101000 100 0 110111 10111011 11001 100100

Color Harmonies of #446D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D72

Black with #446D72

Text Example


Text Example

White with #446D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446D72; }

 p { color: rgb(68,109,114); }

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

background-color css

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

 a { background-color: rgb(68,109,114); }

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

border-color css

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

 span { border-color: rgb(68,109,114); }

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