Html Css Color HEX #416D75 Ming

📋 copy color: '#416D75'

red 65 ◦ green 109 ◦ blue 117

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

Shades of Ming #416D75

Tints of Ming #416D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 22.34%
G = 37.46%
B = 40.21%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#416D75 (or 0x416D75) is known color: Ming. HEX triplet: 41, 6D and 75. RGB value is (65,109,117). Sum of RGB (Red+Green+Blue) = 65+109+117=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #416D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D75 is #BE928A. Grayscale: #606060. Windows color (decimal): -12489355 or 7695681. OLE color: 7695681.

HSL color Cylindrical-coordinate representation of color #416D75: hue angle of 189.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #416D75 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 109 117 -
CMYK 0.44 0.07 0 0.54
HSL 189.23º 0.29% 0.36% -
HSV(B) 189.23º 0.44% 0.46% -
XYZ 10.86 13.35 18.83 -
YUV 96.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 65 109 117 0.44 0.07 0 0.54 189.23 0.29 0.36
Hex 41 6D 75 2C 7 0 36 BD 1D 24
Octal 101 155 165 54 7 0 66 275 35 44
Binary 1000001 1101101 1110101 101100 111 0 110110 10111101 11101 100100

Color Harmonies of #416D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D75

Black with #416D75

Text Example


Text Example

White with #416D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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