Html Css Color HEX #447774 Ming

📋 copy color: '#447774'

red 68 ◦ green 119 ◦ blue 116

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

Shades of Ming #447774

Tints of Ming #447774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 22.44%
G = 39.27%
B = 38.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#447774 (or 0x447774) is known color: Ming. HEX triplet: 44, 77 and 74. RGB value is (68,119,116). Sum of RGB (Red+Green+Blue) = 68+119+116=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #447774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447774 is #BB888B. Grayscale: #676767. Windows color (decimal): -12290188 or 7632708. OLE color: 7632708.

HSL color Cylindrical-coordinate representation of color #447774: hue angle of 176.47º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447774 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 116 -
CMYK 0.43 0 0.03 0.53
HSL 176.47º 0.27% 0.37% -
HSV(B) 176.47º 0.43% 0.47% -
XYZ 12.13 15.68 18.91 -
YUV 103.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 68 119 116 0.43 0 0.03 0.53 176.47 0.27 0.37
Hex 44 77 74 2B 0 3 35 B0 1B 25
Octal 104 167 164 53 0 3 65 260 33 45
Binary 1000100 1110111 1110100 101011 0 11 110101 10110000 11011 100101

Color Harmonies of #447774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447774

Black with #447774

Text Example


Text Example

White with #447774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447774; }

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

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

background-color css

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

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

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

border-color css

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

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

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