#417276

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

Shades of Ming #417276

Tints of Ming #417276

Color information

#417276 (or 0x417276) is unknown color: approx Ming. HEX triplet: 41, 72 and 76. RGB value is (65,114,118). Sum of RGB (Red+Green+Blue) = 65+114+118=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #417276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417276 is #BE8D89. Grayscale: #636363. Windows color (decimal): -12488074 or 7762497. OLE color: 7762497.

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

Color convert

RGB65114118-
CMYK0.450.0300.54
HSL184.53º28.96%35.88%-
HSV(B)184.53º44.92%46.27%-
XYZ11.4714.4719.33-
YUV99.8138.27103.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=21.89%
G=38.38%
B=39.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal651141180.450.0300.54184.5328.9635.88
Hex4172762D3036b91d24
Octal1011621665530662713544
Binary1000001111001011101101011011101101101011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417276; }

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

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

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

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

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

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

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

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