#417476

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

Shades of Ming #417476

Tints of Ming #417476

Color information

#417476 (or 0x417476) is unknown color: approx Ming. HEX triplet: 41, 74 and 76. RGB value is (65,116,118). Sum of RGB (Red+Green+Blue) = 65+116+118=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #417476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417476 is #BE8B89. Grayscale: #646464. Windows color (decimal): -12487562 or 7763009. OLE color: 7763009.

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

Color convert

RGB65116118-
CMYK0.450.0200.54
HSL182.26º28.96%35.88%-
HSV(B)182.26º44.92%46.27%-
XYZ11.714.9219.4-
YUV100.98137.6102.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=21.74%
G=38.80%
B=39.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651161180.450.0200.54182.2628.9635.88
Hex4174762D2036b61d24
Octal1011641665520662663544
Binary1000001111010011101101011011001101101011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417476; }

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

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

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

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

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

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

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

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