#426F76

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

Shades of Ming #426F76

Tints of Ming #426F76

Color information

#426F76 (or 0x426F76) is unknown color: approx Ming. HEX triplet: 42, 6F and 76. RGB value is (66,111,118). Sum of RGB (Red+Green+Blue) = 66+111+118=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #426F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F76 is #BD9089. Grayscale: #626262. Windows color (decimal): -12423306 or 7761730. OLE color: 7761730.

HSL color Cylindrical-coordinate representation of color #426F76: hue angle of 188.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426F76 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66111118-
CMYK0.440.0600.54
HSL188.08º28.26%36.08%-
HSV(B)188.08º44.07%46.27%-
XYZ11.213.8419.22-
YUV98.34139.09104.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 118 (46.48% from 255) = 40%
R=22.37%
G=37.63%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661111180.440.0600.54188.0828.2636.08
Hex426F762C6036bc1c24
Octal1021571665460662743444
Binary10000101101111111011010110011001101101011110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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