Html Css Color HEX #416F72 Ming

📋 copy color: '#416F72'

red 65 ◦ green 111 ◦ blue 114

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

Shades of Ming #416F72

Tints of Ming #416F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 22.41%
G = 38.28%
B = 39.31%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#416F72 (or 0x416F72) is known color: Ming. HEX triplet: 41, 6F and 72. RGB value is (65,111,114). Sum of RGB (Red+Green+Blue) = 65+111+114=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #416F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F72 is #BE908D. Grayscale: #616161. Windows color (decimal): -12488846 or 7499585. OLE color: 7499585.

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

Color convert

RGB 65 111 114 -
CMYK 0.43 0.03 0 0.55
HSL 183.67º 0.27% 0.35% -
HSV(B) 183.67º 0.43% 0.45% -
XYZ 10.9 13.71 17.99 -
YUV 97.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 65 111 114 0.43 0.03 0 0.55 183.67 0.27 0.35
Hex 41 6F 72 2B 3 0 37 B8 1B 23
Octal 101 157 162 53 3 0 67 270 33 43
Binary 1000001 1101111 1110010 101011 11 0 110111 10111000 11011 100011

Color Harmonies of #416F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416F72

Black with #416F72

Text Example


Text Example

White with #416F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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