Html Css Color HEX #447675 Ming

📋 copy color: '#447675'

red 68 ◦ green 118 ◦ blue 117

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

Shades of Ming #447675

Tints of Ming #447675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 22.44%
G = 38.94%
B = 38.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#447675 (or 0x447675) is known color: Ming. HEX triplet: 44, 76 and 75. RGB value is (68,118,117). Sum of RGB (Red+Green+Blue) = 68+118+117=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #447675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447675 is #BB898A. Grayscale: #666666. Windows color (decimal): -12290443 or 7697988. OLE color: 7697988.

HSL color Cylindrical-coordinate representation of color #447675: hue angle of 178.8º 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 #447675 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 118 117 -
CMYK 0.42 0 0.01 0.54
HSL 178.8º 0.27% 0.36% -
HSV(B) 178.8º 0.42% 0.46% -
XYZ 12.07 15.47 19.18 -
YUV 102.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 68 118 117 0.42 0 0.01 0.54 178.8 0.27 0.36
Hex 44 76 75 2A 0 1 36 B3 1B 24
Octal 104 166 165 52 0 1 66 263 33 44
Binary 1000100 1110110 1110101 101010 0 1 110110 10110011 11011 100100

Color Harmonies of #447675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447675

Black with #447675

Text Example


Text Example

White with #447675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447675; }

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

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

background-color css

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

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

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

border-color css

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

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

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