Html Css Color HEX #447376 Ming

📋 copy color: '#447376'

red 68 ◦ green 115 ◦ blue 118

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

Shades of Ming #447376

Tints of Ming #447376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 22.59%
G = 38.21%
B = 39.2%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#447376 (or 0x447376) is known color: Ming. HEX triplet: 44, 73 and 76. RGB value is (68,115,118). Sum of RGB (Red+Green+Blue) = 68+115+118=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #447376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447376 is #BB8C89. Grayscale: #656565. Windows color (decimal): -12291210 or 7762756. OLE color: 7762756.

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

Color convert

RGB 68 115 118 -
CMYK 0.42 0.03 0 0.54
HSL 183.6º 0.27% 0.36% -
HSV(B) 183.6º 0.42% 0.46% -
XYZ 11.78 14.8 19.37 -
YUV 101.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 68 115 118 0.42 0.03 0 0.54 183.6 0.27 0.36
Hex 44 73 76 2A 3 0 36 B8 1B 24
Octal 104 163 166 52 3 0 66 270 33 44
Binary 1000100 1110011 1110110 101010 11 0 110110 10111000 11011 100100

Color Harmonies of #447376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447376

Black with #447376

Text Example


Text Example

White with #447376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447376; }

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

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

background-color css

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

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

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

border-color css

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

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

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