#427E7A

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

Shades of Ming #427E7A

Tints of Ming #427E7A

Color information

#427E7A (or 0x427E7A) is unknown color: approx Ming. HEX triplet: 42, 7E and 7A. RGB value is (66,126,122). Sum of RGB (Red+Green+Blue) = 66+126+122=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #427E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E7A is #BD8185. Grayscale: #6B6B6B. Windows color (decimal): -12419462 or 8027714. OLE color: 8027714.

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

Color convert

RGB66126122-
CMYK0.4800.030.51
HSL176º31.25%37.65%-
HSV(B)176º47.62%49.41%-
XYZ13.2217.4921.09-
YUV107.6136.1298.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=21.02%
G=40.13%
B=38.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661261220.4800.030.5117631.2537.65
Hex427E7A300333b01f26
Octal1021761726003632603746
Binary1000010111111011110101100000111100111011000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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