Html Css Color HEX #446F76 Ming

📋 copy color: '#446F76'

red 68 ◦ green 111 ◦ blue 118

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

Shades of Ming #446F76

Tints of Ming #446F76

RGB

 RED value IS 68 (26.95% from 255) = 22.9%

 GREEN value IS 111 (43.75% from 255) = 37.37%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 22.9%
G = 37.37%
B = 39.73%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#446F76 (or 0x446F76) is known color: Ming. HEX triplet: 44, 6F and 76. RGB value is (68,111,118). Sum of RGB (Red+Green+Blue) = 68+111+118=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #446F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F76 is #BB9089. Grayscale: #626262. Windows color (decimal): -12292234 or 7761732. OLE color: 7761732.

HSL color Cylindrical-coordinate representation of color #446F76: hue angle of 188.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #446F76 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 111 118 -
CMYK 0.42 0.06 0 0.54
HSL 188.4º 0.27% 0.36% -
HSV(B) 188.4º 0.42% 0.46% -
XYZ 11.34 13.91 19.23 -
YUV 98.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 68 111 118 0.42 0.06 0 0.54 188.4 0.27 0.36
Hex 44 6F 76 2A 6 0 36 BC 1B 24
Octal 104 157 166 52 6 0 66 274 33 44
Binary 1000100 1101111 1110110 101010 110 0 110110 10111100 11011 100100

Color Harmonies of #446F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F76

Black with #446F76

Text Example


Text Example

White with #446F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #446F76;
 }
 .AnyTagClassName
 {
   color: #446F76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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