#417076

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

Shades of Ming #417076

Tints of Ming #417076

Color information

#417076 (or 0x417076) is unknown color: approx Ming. HEX triplet: 41, 70 and 76. RGB value is (65,112,118). Sum of RGB (Red+Green+Blue) = 65+112+118=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #417076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417076 is #BE8F89. Grayscale: #626262. Windows color (decimal): -12488586 or 7761985. OLE color: 7761985.

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

Color convert

RGB65112118-
CMYK0.450.0500.54
HSL186.79º28.96%35.88%-
HSV(B)186.79º44.92%46.27%-
XYZ11.2414.0219.25-
YUV98.63138.93104.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 118 (46.48% from 255) = 40%
R=22.03%
G=37.97%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651121180.450.0500.54186.7928.9635.88
Hex4170762D5036bb1d24
Octal1011601665550662733544
Binary10000011110000111011010110110101101101011101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417076; }

 p { color: rgb(65,112,118); }

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

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

 a { background-color: rgb(65,112,118); }

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

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

 span { border-color: rgb(65,112,118); }

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