#417071

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

Shades of Ming #417071

Tints of Ming #417071

Color information

#417071 (or 0x417071) is unknown color: approx Ming. HEX triplet: 41, 70 and 71. RGB value is (65,112,113). Sum of RGB (Red+Green+Blue) = 65+112+113=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #417071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417071 is #BE8F8E. Grayscale: #626262. Windows color (decimal): -12488591 or 7434305. OLE color: 7434305.

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

Color convert

RGB65112113-
CMYK0.420.0100.56
HSL181.25º26.97%34.9%-
HSV(B)181.25º42.48%44.31%-
XYZ10.9513.917.73-
YUV98.06136.43104.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=22.41%
G=38.62%
B=38.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651121130.420.0100.56181.2526.9734.9
Hex4170712A1038b51b23
Octal1011601615210702653343
Binary100000111100001110001101010101110001011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417071; }

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

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

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

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

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

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

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

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