Html Css Color HEX #416C6D Ming

📋 copy color: '#416C6D'

red 65 ◦ green 108 ◦ blue 109

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

Shades of Ming #416C6D

Tints of Ming #416C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 23.05%
G = 38.3%
B = 38.65%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#416C6D (or 0x416C6D) is known color: Ming. HEX triplet: 41, 6C and 6D. RGB value is (65,108,109). Sum of RGB (Red+Green+Blue) = 65+108+109=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #416C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C6D is #BE9392. Grayscale: #5F5F5F. Windows color (decimal): -12489619 or 7171137. OLE color: 7171137.

HSL color Cylindrical-coordinate representation of color #416C6D: hue angle of 181.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C6D is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 108 109 -
CMYK 0.40 0.01 0 0.57
HSL 181.36º 0.25% 0.34% -
HSV(B) 181.36º 0.4% 0.43% -
XYZ 10.3 12.95 16.43 -
YUV 95.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 65 108 109 0.40 0.01 0 0.57 181.36 0.25 0.34
Hex 41 6C 6D 28 1 0 39 B5 19 22
Octal 101 154 155 50 1 0 71 265 31 42
Binary 1000001 1101100 1101101 101000 1 0 111001 10110101 11001 100010

Color Harmonies of #416C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C6D

Black with #416C6D

Text Example


Text Example

White with #416C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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