Html Css Color HEX #416D73 Ming

📋 copy color: '#416D73'

red 65 ◦ green 109 ◦ blue 115

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

Shades of Ming #416D73

Tints of Ming #416D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 22.49%
G = 37.72%
B = 39.79%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416D73 (or 0x416D73) is known color: Ming. HEX triplet: 41, 6D and 73. RGB value is (65,109,115). Sum of RGB (Red+Green+Blue) = 65+109+115=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #416D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D73 is #BE928C. Grayscale: #606060. Windows color (decimal): -12489357 or 7564609. OLE color: 7564609.

HSL color Cylindrical-coordinate representation of color #416D73: hue angle of 187.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416D73 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 109 115 -
CMYK 0.43 0.05 0 0.55
HSL 187.2º 0.28% 0.35% -
HSV(B) 187.2º 0.43% 0.45% -
XYZ 10.74 13.3 18.22 -
YUV 96.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 65 109 115 0.43 0.05 0 0.55 187.2 0.28 0.35
Hex 41 6D 73 2B 5 0 37 BB 1C 23
Octal 101 155 163 53 5 0 67 273 34 43
Binary 1000001 1101101 1110011 101011 101 0 110111 10111011 11100 100011

Color Harmonies of #416D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D73

Black with #416D73

Text Example


Text Example

White with #416D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,109,115); }

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

background-color css

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

 a { background-color: rgb(65,109,115); }

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

border-color css

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

 span { border-color: rgb(65,109,115); }

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