Html Css Color HEX #447474 Ming

📋 copy color: '#447474'

red 68 ◦ green 116 ◦ blue 116

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

Shades of Ming #447474

Tints of Ming #447474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 22.67%
G = 38.67%
B = 38.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#447474 (or 0x447474) is known color: Ming. HEX triplet: 44, 74 and 74. RGB value is (68,116,116). Sum of RGB (Red+Green+Blue) = 68+116+116=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #447474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447474 is #BB8B8B. Grayscale: #656565. Windows color (decimal): -12290956 or 7631940. OLE color: 7631940.

HSL color Cylindrical-coordinate representation of color #447474: hue angle of 180º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447474 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 116 -
CMYK 0.41 0 0 0.55
HSL 180º 0.26% 0.36% -
HSV(B) 180º 0.41% 0.45% -
XYZ 11.78 14.98 18.79 -
YUV 101.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 68 116 116 0.41 0 0 0.55 180 0.26 0.36
Hex 44 74 74 29 0 0 37 B4 1A 24
Octal 104 164 164 51 0 0 67 264 32 44
Binary 1000100 1110100 1110100 101001 0 0 110111 10110100 11010 100100

Color Harmonies of #447474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447474

Black with #447474

Text Example


Text Example

White with #447474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447474; }

 p { color: rgb(68,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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