#417374

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

Shades of Ming #417374

Tints of Ming #417374

Color information

#417374 (or 0x417374) is unknown color: approx Ming. HEX triplet: 41, 73 and 74. RGB value is (65,115,116). Sum of RGB (Red+Green+Blue) = 65+115+116=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #417374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417374 is #BE8C8B. Grayscale: #646464. Windows color (decimal): -12487820 or 7631681. OLE color: 7631681.

HSL color Cylindrical-coordinate representation of color #417374: hue angle of 181.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417374 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB65115116-
CMYK0.440.0100.55
HSL181.18º28.18%35.49%-
HSV(B)181.18º43.97%45.49%-
XYZ11.4614.6518.75-
YUV100.16136.94102.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=21.96%
G=38.85%
B=39.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651151160.440.0100.55181.1828.1835.49
Hex4173742C1037b51c23
Octal1011631645410672653443
Binary100000111100111110100101100101101111011010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417374; }

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

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

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

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

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

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

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

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