#447874

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

Shades of Ming #447874

Tints of Ming #447874

Color information

#447874 (or 0x447874) is unknown color: approx Ming. HEX triplet: 44, 78 and 74. RGB value is (68,120,116). Sum of RGB (Red+Green+Blue) = 68+120+116=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #447874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447874 is #BB878B. Grayscale: #676767. Windows color (decimal): -12289932 or 7632964. OLE color: 7632964.

HSL color Cylindrical-coordinate representation of color #447874: hue angle of 175.38º degrees, saturation: 0.28, 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 #447874 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB68120116-
CMYK0.4300.030.53
HSL175.38º27.66%36.86%-
HSV(B)175.38º43.33%47.06%-
XYZ12.2515.9218.95-
YUV104134.77102.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=22.37%
G=39.47%
B=38.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681201160.4300.030.53175.3827.6636.86
Hex4478742B0335af1c25
Octal1041701645303652573445
Binary1000100111100011101001010110111101011010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447874; }

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

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

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

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

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

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

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

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