Html Css Color HEX #447674 Ming

📋 copy color: '#447674'

red 68 ◦ green 118 ◦ blue 116

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

Shades of Ming #447674

Tints of Ming #447674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

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

R = 22.52%
G = 39.07%
B = 38.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#447674 (or 0x447674) is known color: Ming. HEX triplet: 44, 76 and 74. RGB value is (68,118,116). Sum of RGB (Red+Green+Blue) = 68+118+116=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #447674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447674 is #BB898B. Grayscale: #666666. Windows color (decimal): -12290444 or 7632452. OLE color: 7632452.

HSL color Cylindrical-coordinate representation of color #447674: hue angle of 177.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #447674 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 118 116 -
CMYK 0.42 0 0.02 0.54
HSL 177.6º 0.27% 0.36% -
HSV(B) 177.6º 0.42% 0.46% -
XYZ 12.01 15.45 18.87 -
YUV 102.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 68 118 116 0.42 0 0.02 0.54 177.6 0.27 0.36
Hex 44 76 74 2A 0 2 36 B2 1B 24
Octal 104 166 164 52 0 2 66 262 33 44
Binary 1000100 1110110 1110100 101010 0 10 110110 10110010 11011 100100

Color Harmonies of #447674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447674

Black with #447674

Text Example


Text Example

White with #447674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447674; }

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

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

background-color css

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

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

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

border-color css

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

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

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