#426d6c

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

Shades of Ming #426D6C

Tints of Ming #426D6C

Color information

#426D6C (or 0x426D6C) is unknown color: approx Ming. HEX triplet: 42, 6D and 6C. RGB value is (66,109,108). Sum of RGB (Red+Green+Blue) = 66+109+108=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #426D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D6C is #BD9293. Grayscale: #5F5F5F. Windows color (decimal): -12423828 or 7105858. OLE color: 7105858.

HSL color Cylindrical-coordinate representation of color #426D6C: hue angle of 178.6º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D6C is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB66109108-
CMYK0.3900.010.57
HSL178.6º24.57%34.31%-
HSV(B)178.6º39.45%42.75%-
XYZ10.4213.1816.18-
YUV96.03134.75106.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=23.32%
G=38.52%
B=38.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal661091080.3900.010.57178.624.5734.31
Hex426D6C270139b31922
Octal1021551544701712633142
Binary100001011011011101100100111011110011011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426d6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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