Html Css Color HEX #44777C Ming

📋 copy color: '#44777C'

red 68 ◦ green 119 ◦ blue 124

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

Shades of Ming #44777C

Tints of Ming #44777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 21.86%
G = 38.26%
B = 39.87%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44777C (or 0x44777C) is known color: Ming. HEX triplet: 44, 77 and 7C. RGB value is (68,119,124). Sum of RGB (Red+Green+Blue) = 68+119+124=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #44777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44777C is #BB8883. Grayscale: #686868. Windows color (decimal): -12290180 or 8156996. OLE color: 8156996.

HSL color Cylindrical-coordinate representation of color #44777C: hue angle of 185.36º 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 #44777C is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 119 124 -
CMYK 0.45 0.04 0 0.51
HSL 185.36º 0.29% 0.38% -
HSV(B) 185.36º 0.45% 0.49% -
XYZ 12.62 15.88 21.47 -
YUV 104.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 68 119 124 0.45 0.04 0 0.51 185.36 0.29 0.38
Hex 44 77 7C 2D 4 0 33 B9 1D 26
Octal 104 167 174 55 4 0 63 271 35 46
Binary 1000100 1110111 1111100 101101 100 0 110011 10111001 11101 100110

Color Harmonies of #44777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44777C

Black with #44777C

Text Example


Text Example

White with #44777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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