Html Css Color HEX #44767B Ming

📋 copy color: '#44767B'

red 68 ◦ green 118 ◦ blue 123

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

Shades of Ming #44767B

Tints of Ming #44767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 22.01%
G = 38.19%
B = 39.81%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44767B (or 0x44767B) is known color: Ming. HEX triplet: 44, 76 and 7B. RGB value is (68,118,123). Sum of RGB (Red+Green+Blue) = 68+118+123=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #44767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44767B is #BB8984. Grayscale: #676767. Windows color (decimal): -12290437 or 8091204. OLE color: 8091204.

HSL color Cylindrical-coordinate representation of color #44767B: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44767B is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 118 123 -
CMYK 0.45 0.04 0 0.52
HSL 185.45º 0.29% 0.37% -
HSV(B) 185.45º 0.45% 0.48% -
XYZ 12.44 15.62 21.1 -
YUV 103.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 68 118 123 0.45 0.04 0 0.52 185.45 0.29 0.37
Hex 44 76 7B 2D 4 0 34 B9 1D 25
Octal 104 166 173 55 4 0 64 271 35 45
Binary 1000100 1110110 1111011 101101 100 0 110100 10111001 11101 100101

Color Harmonies of #44767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44767B

Black with #44767B

Text Example


Text Example

White with #44767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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