Html Css Color HEX #44767D Ming

📋 copy color: '#44767D'

red 68 ◦ green 118 ◦ blue 125

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

Shades of Ming #44767D

Tints of Ming #44767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 21.86%
G = 37.94%
B = 40.19%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44767D (or 0x44767D) is known color: Ming. HEX triplet: 44, 76 and 7D. RGB value is (68,118,125). Sum of RGB (Red+Green+Blue) = 68+118+125=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #44767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44767D is #BB8982. Grayscale: #676767. Windows color (decimal): -12290435 or 8222276. OLE color: 8222276.

HSL color Cylindrical-coordinate representation of color #44767D: hue angle of 187.37º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44767D is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 118 125 -
CMYK 0.46 0.06 0 0.51
HSL 187.37º 0.3% 0.38% -
HSV(B) 187.37º 0.46% 0.49% -
XYZ 12.56 15.67 21.76 -
YUV 103.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 68 118 125 0.46 0.06 0 0.51 187.37 0.3 0.38
Hex 44 76 7D 2E 6 0 33 BB 1E 26
Octal 104 166 175 56 6 0 63 273 36 46
Binary 1000100 1110110 1111101 101110 110 0 110011 10111011 11110 100110

Color Harmonies of #44767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44767D

Black with #44767D

Text Example


Text Example

White with #44767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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