Html Css Color HEX #416E76 Ming

📋 copy color: '#416E76'

red 65 ◦ green 110 ◦ blue 118

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

Shades of Ming #416E76

Tints of Ming #416E76

RGB

 RED value IS 65 (25.78% from 255) = 22.18%

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 22.18%
G = 37.54%
B = 40.27%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416E76 (or 0x416E76) is known color: Ming. HEX triplet: 41, 6E and 76. RGB value is (65,110,118). Sum of RGB (Red+Green+Blue) = 65+110+118=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #416E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E76 is #BE9189. Grayscale: #616161. Windows color (decimal): -12489098 or 7761473. OLE color: 7761473.

HSL color Cylindrical-coordinate representation of color #416E76: hue angle of 189.06º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416E76 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 110 118 -
CMYK 0.45 0.07 0 0.54
HSL 189.06º 0.29% 0.36% -
HSV(B) 189.06º 0.45% 0.46% -
XYZ 11.03 13.58 19.18 -
YUV 97.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 65 110 118 0.45 0.07 0 0.54 189.06 0.29 0.36
Hex 41 6E 76 2D 7 0 36 BD 1D 24
Octal 101 156 166 55 7 0 66 275 35 44
Binary 1000001 1101110 1110110 101101 111 0 110110 10111101 11101 100100

Color Harmonies of #416E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E76

Black with #416E76

Text Example


Text Example

White with #416E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416E76; }

 p { color: rgb(65,110,118); }

 H1.HeaderClassName
 {
   color: #416E76;
 }
 .AnyTagClassName
 {
   color: #416E76;
 }
</style>

background-color css

<style>
 a { background-color: #416E76; }

 a { background-color: rgb(65,110,118); }

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

border-color css

<style>
 span { border-color: #416E76; }

 span { border-color: rgb(65,110,118); }

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