#447477

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

Shades of Ming #447477

Tints of Ming #447477

Color information

#447477 (or 0x447477) is unknown color: approx Ming. HEX triplet: 44, 74 and 77. RGB value is (68,116,119). Sum of RGB (Red+Green+Blue) = 68+116+119=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #447477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447477 is #BB8B88. Grayscale: #656565. Windows color (decimal): -12290953 or 7828548. OLE color: 7828548.

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

Color convert

RGB68116119-
CMYK0.430.0300.53
HSL183.53º27.27%36.67%-
HSV(B)183.53º42.86%46.67%-
XYZ11.9615.0519.73-
YUV101.99137.6103.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=22.44%
G=38.28%
B=39.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681161190.430.0300.53183.5327.2736.67
Hex4474772B3035b81b25
Octal1041641675330652703345
Binary1000100111010011101111010111101101011011100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447477; }

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

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

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

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

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

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

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

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