#427F7A

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

Shades of Ming #427F7A

Tints of Ming #427F7A

Color information

#427F7A (or 0x427F7A) is unknown color: approx Ming. HEX triplet: 42, 7F and 7A. RGB value is (66,127,122). Sum of RGB (Red+Green+Blue) = 66+127+122=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #427F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F7A is #BD8085. Grayscale: #6C6C6C. Windows color (decimal): -12419206 or 8027970. OLE color: 8027970.

HSL color Cylindrical-coordinate representation of color #427F7A: hue angle of 175.08º 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 #427F7A is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB66127122-
CMYK0.4800.040.50
HSL175.08º31.61%37.84%-
HSV(B)175.08º48.03%49.8%-
XYZ13.3517.7421.13-
YUV108.19135.7997.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=20.95%
G=40.32%
B=38.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271220.4800.040.50175.0831.6137.84
Hex427F7A300432af2026
Octal1021771726004622574046
Binary100001011111111111010110000010011001010101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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