#427E78

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

Shades of Ming #427E78

Tints of Ming #427E78

Color information

#427E78 (or 0x427E78) is unknown color: approx Ming. HEX triplet: 42, 7E and 78. RGB value is (66,126,120). Sum of RGB (Red+Green+Blue) = 66+126+120=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #427E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E78 is #BD8187. Grayscale: #6B6B6B. Windows color (decimal): -12419464 or 7896642. OLE color: 7896642.

HSL color Cylindrical-coordinate representation of color #427E78: hue angle of 174º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E78 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB66126120-
CMYK0.4800.050.51
HSL174º31.25%37.65%-
HSV(B)174º47.62%49.41%-
XYZ13.117.4420.44-
YUV107.38135.1298.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=21.15%
G=40.38%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661261200.4800.050.5117431.2537.65
Hex427E78300533ae1f26
Octal1021761706005632563746
Binary10000101111110111100011000001011100111010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,120); }

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

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

 a { background-color: rgb(66,126,120); }

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

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

 span { border-color: rgb(66,126,120); }

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