#417275

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

Shades of Ming #417275

Tints of Ming #417275

Color information

#417275 (or 0x417275) is unknown color: approx Ming. HEX triplet: 41, 72 and 75. RGB value is (65,114,117). Sum of RGB (Red+Green+Blue) = 65+114+117=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #417275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417275 is #BE8D8A. Grayscale: #636363. Windows color (decimal): -12488075 or 7696961. OLE color: 7696961.

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

Color convert

RGB65114117-
CMYK0.440.0300.54
HSL183.46º28.57%35.69%-
HSV(B)183.46º44.44%45.88%-
XYZ11.4114.4419.02-
YUV99.69137.77103.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=21.96%
G=38.51%
B=39.53%

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
Decimal651141170.440.0300.54183.4628.5735.69
Hex4172752C3036b71d24
Octal1011621655430662673544
Binary1000001111001011101011011001101101101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417275; }

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

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

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

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

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

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

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

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