Html Css Color HEX #446E72 Ming

📋 copy color: '#446E72'

red 68 ◦ green 110 ◦ blue 114

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

Shades of Ming #446E72

Tints of Ming #446E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

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

R = 23.29%
G = 37.67%
B = 39.04%

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

#446E72 (or 0x446E72) is known color: Ming. HEX triplet: 44, 6E and 72. RGB value is (68,110,114). Sum of RGB (Red+Green+Blue) = 68+110+114=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #446E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446E72 is #BB918D. Grayscale: #616161. Windows color (decimal): -12292494 or 7499332. OLE color: 7499332.

HSL color Cylindrical-coordinate representation of color #446E72: hue angle of 185.22º 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 #446E72 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 110 114 -
CMYK 0.40 0.04 0 0.55
HSL 185.22º 0.25% 0.36% -
HSV(B) 185.22º 0.4% 0.45% -
XYZ 11 13.6 17.96 -
YUV 97.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 68 110 114 0.40 0.04 0 0.55 185.22 0.25 0.36
Hex 44 6E 72 28 4 0 37 B9 19 24
Octal 104 156 162 50 4 0 67 271 31 44
Binary 1000100 1101110 1110010 101000 100 0 110111 10111001 11001 100100

Color Harmonies of #446E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E72

Black with #446E72

Text Example


Text Example

White with #446E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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