Html Css Color HEX #416C72 Ming

📋 copy color: '#416C72'

red 65 ◦ green 108 ◦ blue 114

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

Shades of Ming #416C72

Tints of Ming #416C72

RGB

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

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

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

R = 22.65%
G = 37.63%
B = 39.72%

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

#416C72 (or 0x416C72) is known color: Ming. HEX triplet: 41, 6C and 72. RGB value is (65,108,114). Sum of RGB (Red+Green+Blue) = 65+108+114=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #416C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C72 is #BE938D. Grayscale: #5F5F5F. Windows color (decimal): -12489614 or 7498817. OLE color: 7498817.

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

Color convert

RGB 65 108 114 -
CMYK 0.43 0.05 0 0.55
HSL 187.35º 0.27% 0.35% -
HSV(B) 187.35º 0.43% 0.45% -
XYZ 10.58 13.06 17.88 -
YUV 95.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 65 108 114 0.43 0.05 0 0.55 187.35 0.27 0.35
Hex 41 6C 72 2B 5 0 37 BB 1B 23
Octal 101 154 162 53 5 0 67 273 33 43
Binary 1000001 1101100 1110010 101011 101 0 110111 10111011 11011 100011

Color Harmonies of #416C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C72

Black with #416C72

Text Example


Text Example

White with #416C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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