#426F72

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

Shades of Ming #426F72

Tints of Ming #426F72

Color information

#426F72 (or 0x426F72) is unknown color: approx Ming. HEX triplet: 42, 6F and 72. RGB value is (66,111,114). Sum of RGB (Red+Green+Blue) = 66+111+114=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #426F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F72 is #BD908D. Grayscale: #616161. Windows color (decimal): -12423310 or 7499586. OLE color: 7499586.

HSL color Cylindrical-coordinate representation of color #426F72: hue angle of 183.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426F72 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66111114-
CMYK0.420.0300.55
HSL183.75º26.67%35.29%-
HSV(B)183.75º42.11%44.71%-
XYZ10.9713.7417.99-
YUV97.89137.09105.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=22.68%
G=38.14%
B=39.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661111140.420.0300.55183.7526.6735.29
Hex426F722A3037b81b23
Octal1021571625230672703343
Binary1000010110111111100101010101101101111011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,114); }

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

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

 a { background-color: rgb(66,111,114); }

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

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

 span { border-color: rgb(66,111,114); }

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