#427F7C

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

Shades of Ming #427F7C

Tints of Ming #427F7C

Color information

#427F7C (or 0x427F7C) is unknown color: approx Ming. HEX triplet: 42, 7F and 7C. RGB value is (66,127,124). Sum of RGB (Red+Green+Blue) = 66+127+124=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #427F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F7C is #BD8083. Grayscale: #6C6C6C. Windows color (decimal): -12419204 or 8159042. OLE color: 8159042.

HSL color Cylindrical-coordinate representation of color #427F7C: hue angle of 177.05º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F7C is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB66127124-
CMYK0.4800.020.50
HSL177.05º31.61%37.84%-
HSV(B)177.05º48.03%49.8%-
XYZ13.4717.7921.79-
YUV108.42136.7997.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 127 (50% from 255) = 40.06%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=20.82%
G=40.06%
B=39.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271240.4800.020.50177.0531.6137.84
Hex427F7C300232b12026
Octal1021771746002622614046
Binary10000101111111111110011000001011001010110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F7C; }

 p { color: rgb(66,127,124); }

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

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

 a { background-color: rgb(66,127,124); }

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

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

 span { border-color: rgb(66,127,124); }

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