Html Css Color HEX #44767C Ming

📋 copy color: '#44767C'

red 68 ◦ green 118 ◦ blue 124

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

Shades of Ming #44767C

Tints of Ming #44767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 21.94%
G = 38.06%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44767C (or 0x44767C) is known color: Ming. HEX triplet: 44, 76 and 7C. RGB value is (68,118,124). Sum of RGB (Red+Green+Blue) = 68+118+124=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #44767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44767C is #BB8983. Grayscale: #676767. Windows color (decimal): -12290436 or 8156740. OLE color: 8156740.

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

Color convert

RGB 68 118 124 -
CMYK 0.45 0.05 0 0.51
HSL 186.43º 0.29% 0.38% -
HSV(B) 186.43º 0.45% 0.49% -
XYZ 12.5 15.64 21.43 -
YUV 103.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 68 118 124 0.45 0.05 0 0.51 186.43 0.29 0.38
Hex 44 76 7C 2D 5 0 33 BA 1D 26
Octal 104 166 174 55 5 0 63 272 35 46
Binary 1000100 1110110 1111100 101101 101 0 110011 10111010 11101 100110

Color Harmonies of #44767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44767C

Black with #44767C

Text Example


Text Example

White with #44767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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