#417175

Color #417175 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #417175

Tints of Ming #417175

Color information

#417175 (or 0x417175) is unknown color: approx Ming. HEX triplet: 41, 71 and 75. RGB value is (65,113,117). Sum of RGB (Red+Green+Blue) = 65+113+117=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #417175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417175 is #BE8E8A. Grayscale: #636363. Windows color (decimal): -12488331 or 7696705. OLE color: 7696705.

HSL color Cylindrical-coordinate representation of color #417175: hue angle of 184.62º 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 #417175 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB65113117-
CMYK0.440.0300.54
HSL184.62º28.57%35.69%-
HSV(B)184.62º44.44%45.88%-
XYZ11.314.2218.98-
YUV99.1138.1103.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=22.03%
G=38.31%
B=39.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651131170.440.0300.54184.6228.5735.69
Hex4171752C3036b91d24
Octal1011611655430662713544
Binary1000001111000111101011011001101101101011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417175; }

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

 H1.HeaderClassName
 {
   color: #417175;
 }
 .AnyTagClassName
 {
   color: #417175;
 }
</style>
background-color css

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

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

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

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

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

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