#447B76

Color #447B76 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #447B76

Tints of Ming #447B76

Color information

#447B76 (or 0x447B76) is unknown color: approx Ming. HEX triplet: 44, 7B and 76. RGB value is (68,123,118). Sum of RGB (Red+Green+Blue) = 68+123+118=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #447B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B76 is #BB8489. Grayscale: #696969. Windows color (decimal): -12289162 or 7764804. OLE color: 7764804.

HSL color Cylindrical-coordinate representation of color #447B76: hue angle of 174.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B76 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB68123118-
CMYK0.4500.040.52
HSL174.55º28.8%37.45%-
HSV(B)174.55º44.72%48.24%-
XYZ12.7416.719.69-
YUV105.98134.78100.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=22.01%
G=39.81%
B=38.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681231180.4500.040.52174.5528.837.45
Hex447B762D0434af1d25
Octal1041731665504642573545
Binary10001001111011111011010110101001101001010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447B76; }

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

 H1.HeaderClassName
 {
   color: #447B76;
 }
 .AnyTagClassName
 {
   color: #447B76;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #447B76;
 }
 .BgClassName
 {
   background-color: #447B76;
 }
</style>
border-color css

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

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

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