#427076

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

Shades of Ming #427076

Tints of Ming #427076

Color information

#427076 (or 0x427076) is unknown color: approx Ming. HEX triplet: 42, 70 and 76. RGB value is (66,112,118). Sum of RGB (Red+Green+Blue) = 66+112+118=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #427076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427076 is #BD8F89. Grayscale: #626262. Windows color (decimal): -12423050 or 7761986. OLE color: 7761986.

HSL color Cylindrical-coordinate representation of color #427076: hue angle of 186.92º 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 #427076 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66112118-
CMYK0.440.0500.54
HSL186.92º28.26%36.08%-
HSV(B)186.92º44.07%46.27%-
XYZ11.3114.0519.26-
YUV98.93138.76104.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=22.30%
G=37.84%
B=39.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661121180.440.0500.54186.9228.2636.08
Hex4270762C5036bb1c24
Octal1021601665450662733444
Binary10000101110000111011010110010101101101011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427076; }

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

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

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

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

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

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

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

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