#447478

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

Shades of Ming #447478

Tints of Ming #447478

Color information

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

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

Color convert

RGB68116120-
CMYK0.430.0300.53
HSL184.62º27.66%36.86%-
HSV(B)184.62º43.33%47.06%-
XYZ12.0215.0820.05-
YUV102.1138.1103.67-

RGB Variations

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

RGB

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

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
Decimal681161200.430.0300.53184.6227.6636.86
Hex4474782B3035b91c25
Octal1041641705330652713445
Binary1000100111010011110001010111101101011011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447478; }

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

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

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

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

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

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

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

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