Html Css Color HEX #44737A Ming

📋 copy color: '#44737A'

red 68 ◦ green 115 ◦ blue 122

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

Shades of Ming #44737A

Tints of Ming #44737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40%

R = 22.3%
G = 37.7%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44737A (or 0x44737A) is known color: Ming. HEX triplet: 44, 73 and 7A. RGB value is (68,115,122). Sum of RGB (Red+Green+Blue) = 68+115+122=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #44737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44737A is #BB8C85. Grayscale: #656565. Windows color (decimal): -12291206 or 8024900. OLE color: 8024900.

HSL color Cylindrical-coordinate representation of color #44737A: hue angle of 187.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44737A is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 115 122 -
CMYK 0.44 0.06 0 0.52
HSL 187.78º 0.28% 0.37% -
HSV(B) 187.78º 0.44% 0.48% -
XYZ 12.03 14.9 20.65 -
YUV 101.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 68 115 122 0.44 0.06 0 0.52 187.78 0.28 0.37
Hex 44 73 7A 2C 6 0 34 BC 1C 25
Octal 104 163 172 54 6 0 64 274 34 45
Binary 1000100 1110011 1111010 101100 110 0 110100 10111100 11100 100101

Color Harmonies of #44737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44737A

Black with #44737A

Text Example


Text Example

White with #44737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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