Html Css Color HEX #417177 Ming

📋 copy color: '#417177'

red 65 ◦ green 113 ◦ blue 119

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

Shades of Ming #417177

Tints of Ming #417177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 21.89%
G = 38.05%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417177 (or 0x417177) is known color: Ming. HEX triplet: 41, 71 and 77. RGB value is (65,113,119). Sum of RGB (Red+Green+Blue) = 65+113+119=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #417177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417177 is #BE8E88. Grayscale: #636363. Windows color (decimal): -12488329 or 7827777. OLE color: 7827777.

HSL color Cylindrical-coordinate representation of color #417177: hue angle of 186.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417177 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 113 119 -
CMYK 0.45 0.05 0 0.53
HSL 186.67º 0.29% 0.36% -
HSV(B) 186.67º 0.45% 0.47% -
XYZ 11.41 14.27 19.6 -
YUV 99.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 65 113 119 0.45 0.05 0 0.53 186.67 0.29 0.36
Hex 41 71 77 2D 5 0 35 BB 1D 24
Octal 101 161 167 55 5 0 65 273 35 44
Binary 1000001 1110001 1110111 101101 101 0 110101 10111011 11101 100100

Color Harmonies of #417177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417177

Black with #417177

Text Example


Text Example

White with #417177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417177; }

 p { color: rgb(65,113,119); }

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

background-color css

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

 a { background-color: rgb(65,113,119); }

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

border-color css

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

 span { border-color: rgb(65,113,119); }

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