#426C71

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

Shades of Ming #426C71

Tints of Ming #426C71

Color information

#426C71 (or 0x426C71) is unknown color: approx Ming. HEX triplet: 42, 6C and 71. RGB value is (66,108,113). Sum of RGB (Red+Green+Blue) = 66+108+113=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #426C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C71 is #BD938E. Grayscale: #5F5F5F. Windows color (decimal): -12424079 or 7433282. OLE color: 7433282.

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

Color convert

RGB66108113-
CMYK0.420.0400.56
HSL186.38º26.26%35.1%-
HSV(B)186.38º41.59%44.31%-
XYZ10.5913.0817.59-
YUV96.01137.59106.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=23.00%
G=37.63%
B=39.37%

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
Decimal661081130.420.0400.56186.3826.2635.1
Hex426C712A4038ba1a23
Octal1021541615240702723243
Binary10000101101100111000110101010001110001011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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