Html Css Color HEX #416E72 Ming

📋 copy color: '#416E72'

red 65 ◦ green 110 ◦ blue 114

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

Shades of Ming #416E72

Tints of Ming #416E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 22.49%
G = 38.06%
B = 39.45%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416E72 (or 0x416E72) is known color: Ming. HEX triplet: 41, 6E and 72. RGB value is (65,110,114). Sum of RGB (Red+Green+Blue) = 65+110+114=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #416E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E72 is #BE918D. Grayscale: #606060. Windows color (decimal): -12489102 or 7499329. OLE color: 7499329.

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

Color convert

RGB 65 110 114 -
CMYK 0.43 0.04 0 0.55
HSL 184.9º 0.27% 0.35% -
HSV(B) 184.9º 0.43% 0.45% -
XYZ 10.79 13.49 17.95 -
YUV 97 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 65 110 114 0.43 0.04 0 0.55 184.9 0.27 0.35
Hex 41 6E 72 2B 4 0 37 B9 1B 23
Octal 101 156 162 53 4 0 67 271 33 43
Binary 1000001 1101110 1110010 101011 100 0 110111 10111001 11011 100011

Color Harmonies of #416E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416E72

Black with #416E72

Text Example


Text Example

White with #416E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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