Html Css Color HEX #447072 Ming

📋 copy color: '#447072'

red 68 ◦ green 112 ◦ blue 114

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

Shades of Ming #447072

Tints of Ming #447072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 23.13%
G = 38.1%
B = 38.78%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447072 (or 0x447072) is known color: Ming. HEX triplet: 44, 70 and 72. RGB value is (68,112,114). Sum of RGB (Red+Green+Blue) = 68+112+114=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #447072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447072 is #BB8F8D. Grayscale: #636363. Windows color (decimal): -12291982 or 7499844. OLE color: 7499844.

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

Color convert

RGB 68 112 114 -
CMYK 0.40 0.02 0 0.55
HSL 182.61º 0.25% 0.36% -
HSV(B) 182.61º 0.4% 0.45% -
XYZ 11.22 14.03 18.04 -
YUV 99.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 68 112 114 0.40 0.02 0 0.55 182.61 0.25 0.36
Hex 44 70 72 28 2 0 37 B7 19 24
Octal 104 160 162 50 2 0 67 267 31 44
Binary 1000100 1110000 1110010 101000 10 0 110111 10110111 11001 100100

Color Harmonies of #447072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447072

Black with #447072

Text Example


Text Example

White with #447072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447072; }

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

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

background-color css

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

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

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

border-color css

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

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

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