Html Css Color HEX #446F70 Ming

📋 copy color: '#446F70'

red 68 ◦ green 111 ◦ blue 112

#446F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #446F70

Tints of Ming #446F70

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 value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#446F70 (or 0x446F70) is known color: 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

RGB 68 111 112 -
CMYK 0.39 0.01 0 0.56
HSL 181.36º 0.24% 0.35% -
HSV(B) 181.36º 0.39% 0.44% -
XYZ 10.99 13.77 17.41 -
YUV 98.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 68 111 112 0.39 0.01 0 0.56 181.36 0.24 0.35
Hex 44 6F 70 27 1 0 38 B5 18 23
Octal 104 157 160 47 1 0 70 265 30 43
Binary 1000100 1101111 1110000 100111 1 0 111000 10110101 11000 100011

Color Harmonies of #446F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F70

Black with #446F70

Text Example


Text Example

White with #446F70

Text Example


Text Example

HTML Codes & Css Web 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>