#446F70

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

Shades of Ming #446F70

Tints of Ming #446F70

Color information

#446F70 (or 0x446F70) is unknown color: approx Ming. HEX triplet: 44, 6F and 70. RGB value is (68,111,112). Sum of RGB (Red+Green+Blue) = 68+111+112=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #446F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F70 is #BB908F. Grayscale: #626262. Windows color (decimal): -12292240 or 7368516. OLE color: 7368516.

HSL color Cylindrical-coordinate representation of color #446F70: hue angle of 181.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F70 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68111112-
CMYK0.390.0100.56
HSL181.36º24.44%35.29%-
HSV(B)181.36º39.29%43.92%-
XYZ10.9913.7717.41-
YUV98.26135.75106.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=23.37%
G=38.14%
B=38.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681111120.390.0100.56181.3624.4435.29
Hex446F70271038b51823
Octal1041571604710702653043
Binary100010011011111110000100111101110001011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446F70; }

 p { color: rgb(68,111,112); }

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

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

 a { background-color: rgb(68,111,112); }

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

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

 span { border-color: rgb(68,111,112); }

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