#426D71

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

Shades of Ming #426D71

Tints of Ming #426D71

Color information

#426D71 (or 0x426D71) is unknown color: approx Ming. HEX triplet: 42, 6D and 71. RGB value is (66,109,113). Sum of RGB (Red+Green+Blue) = 66+109+113=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #426D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D71 is #BD928E. Grayscale: #606060. Windows color (decimal): -12423823 or 7433538. OLE color: 7433538.

HSL color Cylindrical-coordinate representation of color #426D71: hue angle of 185.11º degrees, saturation: 0.26, 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 #426D71 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB66109113-
CMYK0.420.0400.56
HSL185.11º26.26%35.1%-
HSV(B)185.11º41.59%44.31%-
XYZ10.713.2917.62-
YUV96.6137.25106.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 113 (44.53% from 255) = 39.24%
R=22.92%
G=37.85%
B=39.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661091130.420.0400.56185.1126.2635.1
Hex426D712A4038b91a23
Octal1021551615240702713243
Binary10000101101101111000110101010001110001011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D71; }

 p { color: rgb(66,109,113); }

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

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

 a { background-color: rgb(66,109,113); }

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

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

 span { border-color: rgb(66,109,113); }

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