Html Css Color HEX #416C73 Ming

📋 copy color: '#416C73'

red 65 ◦ green 108 ◦ blue 115

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

Shades of Ming #416C73

Tints of Ming #416C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

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

R = 22.57%
G = 37.5%
B = 39.93%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416C73 (or 0x416C73) is known color: Ming. HEX triplet: 41, 6C and 73. RGB value is (65,108,115). Sum of RGB (Red+Green+Blue) = 65+108+115=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #416C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C73 is #BE938C. Grayscale: #5F5F5F. Windows color (decimal): -12489613 or 7564353. OLE color: 7564353.

HSL color Cylindrical-coordinate representation of color #416C73: hue angle of 188.4º 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 #416C73 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 108 115 -
CMYK 0.43 0.06 0 0.55
HSL 188.4º 0.28% 0.35% -
HSV(B) 188.4º 0.43% 0.45% -
XYZ 10.64 13.09 18.19 -
YUV 95.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 65 108 115 0.43 0.06 0 0.55 188.4 0.28 0.35
Hex 41 6C 73 2B 6 0 37 BC 1C 23
Octal 101 154 163 53 6 0 67 274 34 43
Binary 1000001 1101100 1110011 101011 110 0 110111 10111100 11100 100011

Color Harmonies of #416C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C73

Black with #416C73

Text Example


Text Example

White with #416C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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